i have two servlets which are in different wars of tomcat webapp folder. Iam using request dispatcher's include and forward methods to call the servlet which is in another war. But it is not working. can any one help me.give me samples. Thank u in advance....
This conversation is currently closed to new comments.
I guess You are using request.getRequestDispatcher, which takes an url argument that must begin with a "/" and represents a path within the !!current servlet context!!. IMO try response.sendRedirect instead.
If you're asking for technical help, please be sure to include all your system info, including operating system, model number, and any other specifics related to the problem. Also please exercise your best judgment when posting in the forums--revealing personal information such as your e-mail address, telephone number, and address is not recommended.
calling a servlet which is in different war same server
Iam using request dispatcher's include and forward methods to call the servlet which is in another war.
But it is not working. can any one help me.give me samples.
Thank u in advance....