Hi,

Have you put the classes file in the 
TOMCAT_HOME/webapps/ROOT/WEB-INF/classes directory?
Because Tomcat will automatically search in the folder WEB-INF/classes or 
WEB-INF/lib.
Remember Tomcat is case-sensitif, make sure that the folder is 
WEB-INF/classes not WEB-INF/Classes.

And, the other thing, have you set-up so that apache redirect every 
"servlet" or "jsp" request to Tomcat?
If no, you should set-it up. You can see in 
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html for the 
configuration.

Rgds,
Andy.

At 11:43 12/12/2001 +0100, you wrote:
>Hi,
>
>I am using apache1.3.20, tomcat4.0 on Windows 2000. Now the jsp works fine
>but servelt doesn't work.
>
>when I go from http://localhost/Login.jsp
>to http://localhost/servlet/LoginServlet
>
>I got HTTP 404 ERROR
>
>Which file should I configure and how to configure it so that I can get my
>servlet work?
>
>Thanks
>
>Annie
>
>--
>To unsubscribe:   <mailto:[EMAIL PROTECTED]>
>For additional commands: <mailto:[EMAIL PROTECTED]>
>Troubles with the list: <mailto:[EMAIL PROTECTED]>


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

Reply via email to