Viv Singh wrote:Hi,
I have a problem with the RequestDispatcher:
I have a page: http://localhost:8080/tool/portal/page1.jsp
In this page I have a form which gets posted to a servlet called serv1
This serv1 does some operations and executes the following code:
The problem now is that I get redirected to
http://localhost:8080/supporttool/serv1
rather then to:
http://localhost:8080/supporttool/portal/serv1
What am I doing wrong here?