Hello all..

I've got some problems accessing my tomcat pages through tomcat using mod_jk...

I'm currently trying to link apache (1.3.24) and tomcat (4.0.3) together... 
My first problem was tru64 ... I had to patch and hack mod_jk like a fool !
But it finally worked...
Both servers run fine, my tomcat jsp webapp is deployed and accessible onto 
limselsrv:8080/limselControl (it work without any problem onto tomcat)

Apache is configured to include the tomcat generated mod_jk.conf file, in 
httpd.conf:

Include /disk14/products/tomcat/appli//conf/auto/mod_jk.conf

the generated mod_jk.conf contains the following lines, after tomcat startup:

########## Auto generated on Mon Mar 25 15:27:15 GMT-05:00 2002##########

<IfModule !mod_jk.c>
   LoadModule jk_module libexec/mod_jk.so
</IfModule>

JkWorkersFile 
"/disk14/products/tomcat/jakarta-tomcat-4.0.3/conf/jk/workers.properties"
JkLogFile "/disk14/products/tomcat/jakarta-tomcat-4.0.3/logs/mod_jk.log"

JkLogLevel debug



<VirtualHost localhost>
     ServerName localhost

     JkMount /limselControl ajp13
     JkMount /limselControl/*.jsp ajp13
</VirtualHost>

the workers.properties file contains the following:

# Setup for limselsrv
#
workers.tomcat_home=/disk14/products/tomcat/appli
workers.java_home=/usr/opt/java130
ps=/
worker.list=ajp12, ajp13

# Definition for Ajp13 worker
#
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13




When it comes to test the pages through apache, going to 
http://limselsrv:9000/limselControl does not work. I've a 404 apache error, 
and the following lines into mod_jk.log file:

[Mon Mar 25 15:56:52 2002]  [jk_uri_worker_map.c (447)]: Into 
jk_uri_worker_map_t::map_uri_to_worker
[Mon Mar 25 15:56:52 2002]  [jk_uri_worker_map.c (464)]: Attempting to map 
URI '/limselControl'


Any clue for my problem ??? It seems that mod_jk does not find my tomcat 
files .. :( ...




Reply via email to