hi listers ,
i need am tryin gto forward from a servlet to a jsp in a deferent path
here is the tree structuere
dms(application root )
|-- jsp (the path of the jsps)
|-servlet
| |
|-dms (package with servlet)
|
servlet
|
TestServlet the servlet
this is what i do
RequestDispatcher des=getServletContext().getRequestDispatcher(
/dms/jsp/index.jsp");
des.forward(request,response);
as a result i am getting a 404 - page not found error what is wrong with it
?
best regards ,

Billy V. Kantartzis (Msc Ect),
University Of Essex,
wivenhoe park ,
co4 3sq
Clochester,
Essex,Uk
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to