|
Got it working!!! My correct
tomcat-apache.conf:
LoadModule
jk_module libexec/mod_jk.so
JkWorkersFile /app/conf/workers.properties JkLogFile /app/logs/mod_jk.log JkLogLevel error JkMount /servlet1/*
servlet1
JkMount /servlet2/* servlet2 JkMount /servlet3/*
servlet3
JkMount /servlet4/* servlet4 The asterisk was missing and important.
I think the difference between one worker and many is a matter of function
not style.
In our case we want to have only 1 http server because we want to purchase
only one SSL certificate (and other reasons). Behind that https server we
want to run several independent servlet engines. I think the
workers.properties is 1:1 with the httpd.conf file and thus needs to cover all
the servlet engines behind the server.
Thanks again for the hints and the discussion points.
|
- converting mod_jserv to mod_jk Debra Mendelson, CCE
- RE: converting mod_jserv to mod_jk Ed Gomolka
- Re: converting mod_jserv to mod_jk Debra Mendelson, CCE
- RE: converting mod_jserv to mod_jk Ed Gomolka
- weird nullpointer exception Debra Mendelson, CCE
- weird nullpointer exception Filip Hanik
- BUG?: weird nullpointer exc... Filip Hanik
- error msg when build mod_jk... george
- error msg when build mo... george
- compiled mod_jk.so for ... Filip Hanik
- error msg when build mo... george
- Handle Multiple Forms On Mutlip... Choo Yew Beng
