Hello, I am trying to set up tomcat to work with apache in serving SSL based 
servlets.  I have installed tomcat 3.2.1, and apache-1.3.14-11.  I have also 
installed mod_ssl-2.7.1-11, and tomcat-mod-3.2.1-1.  I start up tomcat, then 
apache, and I can load web pages(.html files) from the virtual host specified 
in httpd.conf, but cannot load any servlets, or jsp pages.  I get the 
following error messages in the /var/log/httpd/error_log file : 

fri Mar 16 23:55:07 2001] [error] [client 127.0.0.1] File does not exist: 
/usr/local/bin/tomcat/webapps/HelloWorldExample

although, when I do a ls -l 
/usr/local/bin/tomcat/webapps/HelloWorldExample.class, I get 

ls -l /usr/local/bin/tomcat/webapps/HelloWorldExample.class
-rw-r--r--    1 root     root         2110 Feb 11 23:11 
/usr/local/bin/tomcat/webapps/HelloWorldExample.class

Also, I am getting the following error message in /var/log/httpd/mod_jk.log : 

[jk_uri_worker_map.c (344)]: Into jk_uri_worker_map_t::map_uri_to_worker
[jk_uri_worker_map.c (434)]: jk_uri_worker_map_t::map_uri_to_worker, done 
without a match

can someone help me to get servlets working, I would really appreciate the 
help.

.............thanks

Reply via email to