Re: Page not found errors with Tomcat 4.1.24

2003-03-30 Thread David Morris
Through trial and error, I found that the CoyoteConnector seems to be the root of the problem. My pages are served up find with the HttpConnector. I originally switched to the CoyoteConnector when I saw that the HttpConnector was deprecated. Does anyone know if this is a bug and if it has been

Re: "page not found" error using apache/tomcat

2002-01-18 Thread Brown Bay
> >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 a

Re: "page not found" error using apache/tomcat

2002-01-17 Thread Marcelo Demestri
> 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/ You can try define a context with "examples/" too, in the server.xml... maybe work ! :-) Hasta pronto...

Re: "page not found" error using apache/tomcat

2002-01-17 Thread Tulan W. Hu
>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

RE: Page not found

2001-11-02 Thread Ray Madigan
u need to add your application to server.xml in the conf directory. -Original Message- From: Daniel Kushner [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 5:14 PM To: Tomcat Users List Subject: Page not found Hi, I got Tomcat setup. http://localhost:8080/index.html works fi