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.

Reply via email to