hi,
We have configured a reverse proxy, to connect one of our internal application and 
database servers to the internet.
Now we have problems with JSP-based applications and rewrite commands which were 
issued from those apps:
The Login page is avaliable under
  http://reverse-proxy.domain/skillset/login.jsp
if the username and password fields are filled and the submit button is pressed, the 
JSP login page wants to redirect to the start page of the application. The effect is, 
for the user who connects to the login page via the reverse proxy gets a redirect 
command  is not working. It says page can\'t be displayed. (If I commnet out this 
portion of response.sendRedirect() it works, but i need to redirect that page) I also 
useed the following,

1. Complete URL starting from http:8080......
2. RequestDispatcher rd = request.getRequestDispatcher(\"skillHome1.jsp\");
3 And JSP Forward tag

But none are working. Is it some thing that I can\'t use, sendRedirect when I am using 
reverse proxy??
Thanks in anticipation,
Smita

-------------------------------------------------
This mail helped a tree grow. Know more at http://green.sify.com

Take the shortest route to success!
Click here to know how http://education.sify.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to