Hi
I am running Apache 3.1.17 and Tomcat3.2.1 on a unix box and using mod_jserv
as connector. and using SSL.
The jsp are working perfectly, but servlets do not run at all. You get HTTP
404 document not found error. I have tried every possible way, but none
works.
for e.g if I reference a servlet HelloWorldExample in the context of
examples
through https://server-name/examples/servlet/HelloWorldExample
i get HTTP 404 page not found
and in apache error_log I see:
File does not exist:
/myroot/jakarta-tomcat/webapps/examples/servlet/HelloWorldExample
However if I refernce a servlet through jsp (i forward the request to a
servlet) it gets resolved.
I will really appreciate if someone can point me how to correct this
behaviour.
All my web.xml and server.xml files are as they should be.
thanks
Animesh