Hi,
Is the behavior of getRequestDispatcher(pagelocation).forward(req,res)
supposed to interpret
the page location as if it was a new request to Tomcat ?
ie. if I have a webapps that has an admin subdirectory and I want to forward
to its
index.jsp, I used to do
getRequestDispatcher("/admin/index.jsp").forward(req,res)
but if i do that with Tomcats default admin webapp still configured it gets
the forward
to process instead of tomcat picking up the file.
regards,
G.
- Adding authentication such as JDBCRealm dynamically Zsolt Koppany
- Need Some help.. Graeme Wallace
- Need Some help.. Thyagesh
- Re: Tomcat 3.2 - getRequestDispatcher().forwa... Matt Goss
- RE: Tomcat 3.2 - getRequestDispatcher().f... Graeme Wallace
- Re: Tomcat 3.2 - getRequestDispatcher... Matt Goss
- Common Tomcat Installation Bugs Fix in Wi... isu:jwkoh
- Re: Adding authentication such as JDBCRealm dynam... Craig R. McClanahan
