SV: When trying to parse jsp inside a servlet - 404

2001-04-10 Thread Magnus Rydin
Title: SV: When trying to parse jsp inside a servlet - 404 Hi. Are there really a named servlet called jsp in your web-application? WR -Ursprungligt meddelande- Från: Eduard Witteveen [mailto:[EMAIL PROTECTED]] Skickat: den 9 april 2001 10:19 Till: Orion-Interest Ämne: When

Re: SV: When trying to parse jsp inside a servlet - 404

2001-04-10 Thread Eduard Witteveen
Magnus Rydin [EMAIL PROTECTED] wrote: Are there really a named servlet called "jsp" in your web-application? Yes, otherwise the getNamedDispatcher would return a null value, which would result in a null-pointer exception, when i call the forward method. I tried it also with "jsp-servlet" which

When trying to parse jsp inside a servlet - 404

2001-04-09 Thread Eduard Witteveen
Hello, I have the following method in a class derived from HttpServlet: public synchronized void service(HttpServletRequest req, HttpServletResponse res) throws ServletException,IOException { RequestDispatcher disp = getServletContext().getNamedDispatcher("jsp"); disp.forward(req,