Re: Unable to use RequestDispatcher.forward() for HTML pages when in Tomcat 4

2002-02-22 Thread Dmitry Nikelshpur
Hi Sriram, Try changing the .html extension to .jsp extensionThis should work if your JSP pages work :-) Dmitry Sriram Narayanan wrote: >Hello all, > >I am able to use the RequestDispatcher forward control from one JSP page to another. >However I am unable to forward to HTML pages. >>Fro

RE: Unable to use RequestDispatcher.forward() for HTML pages when in Tomcat 4

2002-02-21 Thread Greg Trasuk
Hi: From Page 56 of the Servlet 2.3 spec: The getRequestDispatcher method takes a String argument describing a path within the scope of the ServletContext. This path must be relative to the root of the ServletContext and begin with a '/' The method uses the path to look up a serv