Hi
it wll be of great help if some one can help me out.
I have installed iplanet webserver 6.0 on win2k and tyring to deploy a web application.( i dont want to deploy it using war )
I have a index.jsp page which invokes a
servlet for processing and servlet (processServlet)redirects to either result.jsp or error.jsp based on the result of the process.
I called the whole app as
test app
so added a directory called testapp in docs of iplanet/servers/
now the user can access the index.jsp as
http://localhost ort/testapp/index.jsp
when the button is clicked on it the url changes to
http://localhost ort/testapp/processServlet
in the web.xml which is in the testapp/WEB-INF
i have <url-pattern>/testapp/processServlet</url-pattern>
The problem is iplanet is not able to get the path of servlet class
In the error log file i can this message
for host 127.0.0.1 trying to POST /testapp/processServlet, send-file reports: can't find c:/iplanet/servers/docs/testapp/processServlet (File not found)
thanks in advance
Srinivas.Kanchanavally