amandabeth
10-27-2004, 01:27 PM
We have two applications on the same box served by two different web servers. App1 is served by iPlanet v4.1 (let's say it uses port 111), and App2 is served by Apache v2.0.43 (using port 222). We have the following scenario:
- A JSP redirect occurs in App1, redirecting to a URL on App2 via response.sendRedirect(). For example, response.sendRedirect("https://www.mysite.com:222/index.jsp"). Note that the port here is 222 for App2.
- An Internal Server Error page is returned by Apache (the App2 web server). The error contains a footer stating something like Apache...www.mysite.com...Port 111.
The problem appears to be that the client somehow sends the request using port 111 (the port from App1) rather than port 222 (App2) as intended in the redirect. This problem does NOT occur with Netscape 7.1.
Any ideas/suggestions/info would be GREAT!
- A JSP redirect occurs in App1, redirecting to a URL on App2 via response.sendRedirect(). For example, response.sendRedirect("https://www.mysite.com:222/index.jsp"). Note that the port here is 222 for App2.
- An Internal Server Error page is returned by Apache (the App2 web server). The error contains a footer stating something like Apache...www.mysite.com...Port 111.
The problem appears to be that the client somehow sends the request using port 111 (the port from App1) rather than port 222 (App2) as intended in the redirect. This problem does NOT occur with Netscape 7.1.
Any ideas/suggestions/info would be GREAT!