I have a servlet that use sendredirect to jsp after processing request from the client. It not working if the client send request to the server using web’s dns (https://domainName.com/webApp/Order)
Our network admin already map the dns (https://domainName.com/webApp) inside reserve proxy to point the “http://xxx.xxx.xxx:8080/webApp/” in loadbalacing.
What it the problem and how to solve it? it is the dns problem or the servlet problem?
in the response.sendRedirect, i need to put the full url (https://domainName.com/webApp/sucesss.jsp)
if there any better solution?