>When i type in the browser http://x.x.com/examples I get the listings 
>of servlets, jsp and images but when i goto servlets  link i get a 
>"page not found" error and the apache log says "File does not exist:

I believe this is a bug in the webapp module and I struggled several 
days about this problem too.
You must enter the ending '/' for a directory.
e.g. http://x.x.com/examples/

The apache server will use the index.html when it is a directory 
(e.g.http://myhost/dir) and tomcat will use the index.html too 
(e.g. http://myhost:8080/examples).

However the apache-tomcat interface will not automatically add
the ending '/' for you and will not use the index.html or show the
files in the directory either.




--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to