On Sun, 12 Aug 2001 [EMAIL PROTECTED] wrote:

> Can you tell what the following means:
> 
> [jk_uri_worker_map.c (345)]: Into jk_uri_worker_map_t::map_uri_to_worker
> [jk_uri_worker_map.c (435)]: jk_uri_worker_map_t::map_uri_to_worker, done without a
> match
> 
> Orlando

If you are using Tomcat <--mod_jk--> Apache, you do not need uri-workers.
I am assuming you are under some kind of UNIX.
What you should do is:
1) Start tomcat standalone with whatever serever.xml file you cooked for it.
2) Stop tomcat standalone
3) Assuming that your conf directory is:
    /my/tomcat/conf
   you do:
     cd /my/tomcat/conf
     cp mod_jk.conf-auto mod_jk.conf
4) Assuming that your apache conf directory is /etc/httpd/conf
     cd /etc/httpd/conf
   and you add the following line at the end of the file httpd.conf:
      Include /my/tomcat/conf/mod_jk.conf 

5) Then you start Tomcat again
6) Then you start Apache again
7) Then you test by checking if you can do
     http://my.machine.com/examples

Jan

Jan K. Labanowski            |    phone: 614-292-9279,  FAX: 614-292-7168
Ohio Supercomputer Center    |    Internet: [EMAIL PROTECTED] 
1224 Kinnear Rd,             |    http://www.ccl.net/chemistry.html
Columbus, OH 43212-1163      |    http://www.osc.edu/

Reply via email to