I am trying to run a servlet where it calls a jsp file, but IPlanet webserver throws an error where the servlet calls JSP file, the code is as follows
RequestDispatcher dispatch = getServletContext().getRequestDispatcher("/includefile.jsp");
req.setAttribute("passData", passData);
dispatch.forward(req, resp);
If anybody knows any info about it let me know,
Thanks in advance.
-
RequestDispathcer:Forward call failed (1 messages)
- Posted by: Sujatha Vijayaraghava
- Posted on: December 12 2005 16:51 EST
Threaded Messages (1)
- RequestDispathcer:Forward call failed by Vijayakumar Govindasamy on December 12 2005 23:34 EST
-
RequestDispathcer:Forward call failed[ Go to top ]
- Posted by: Vijayakumar Govindasamy
- Posted on: December 12 2005 23:34 EST
- in response to Sujatha Vijayaraghava
hi whenever you post a message u tell the clear explanation of the problem ?.You don't tell what was the error msg throw by iplanet then how we can help you ?.try to check
includefile.jsp in your context path and remove the '/' in forward page