| Author |
how to forward dispatcher requests in servlets across projects (iplanet)
|
Prithvi Raj
Greenhorn
Joined: Jul 13, 2001
Posts: 9
|
|
hi. can anyone please tell me how to forward request to a servlet in iplanet Application Server from another servlet Consider this scenario there are two projects project1 and project2 project1 has servlet1 project2 has servlet2 servlet1 has to forward request to servlet2. i did it like this getServletContext().getRequestDispatcher("Project2/servlet2").forward(request,response); this is the error it gives error: SERVLET-fileext_not_set: Extension of file not found, while displaying static content that method works perfectly on Netscape Application Server can any one give me a solution to this problem?? thanx in advance ------------------ prithvi
|
prithvi
|
 |
 |
|
|
subject: how to forward dispatcher requests in servlets across projects (iplanet)
|
|
|