Why doesn Response.sendRedirect() work after the binding of Tomcat with Apache server?
Location: http://www.jguru.com/faq/view.jsp?EID=445939 Created: Jun 26, 2001 Author: Oren Deri (http://www.jguru.com/guru/viewbio.jsp?EID=63019) Question originally posed by Tan HN (http://www.jguru.com/guru/viewbio.jsp?EID=40344 Tomcat communicates with the Apache server using localhost. When tomcat gets the request it’s from the Apache on localhost, so it also redirects the response to localhost. Try the following:response.sendRedirect( “http://” + request.