using servlet with jsp
843835Mar 9 2002 — edited Mar 25 2002Hi I am using a LoginServlet with jsp as fromt end .
When the user enters login/password on jsp page then he is redirected to a servlet LoginServlet where he is validated against Database.If Successful i send the request to members are say any jsp page using this directive in my servlet:---
getServletConfig().getServletContext().getRequestDispatcher("/jsp/members/welcome.jsp").forward(request,response);
But my problem is that the URL ain the browser shows the url of the servlet and not the welcome.jsp page
Why is this so .I want the url of the jsp page .as all my links on the jsp page are interpreted wrt that jsp page
Any help apprecited
Its urgent
Thanking You
Mumtaz