I am running tomcat 4.1.10, apache 1.3.26 on aix 433.  I believe I have successfully 
compiled the 4.1.10 connector, mod_jk.so, but I'm having the following problem.

http://localhost:8080/examples

works just fine.

http://localhost/examples

works just fine.

http://localhost:8080/examples/servlet/HelloWorldExample

works just fine.  However

http://localhost/examples/servlet/HelloWorldExample

returns a 404 not found error.

Apache's error_log reports the following.
[Fri Sep 20 13:14:23 2002] [error] [client 204.64.66.192] File does not exist: 
/usr/jakarta-tomcat-4.1.10/webapps/examples/servlet/HelloWorldExample

It is not finding the real path which is 
/usr/jakarta-tomcat-4.1.10/webapps/examples/WEB-INF/classes/HelloWorldExample

I have been researching this for days.  If anyone knows the answer to what's wrong, 
please respond.

Thanks in advance.

Reply via email to