I'm trying to get Apache to talk to Tomcat via mod_jk2. I'm following the
instructions in the book 'Pro Apache' which should generate a mod_jk.conf
file on start up of Tomcat after placing some entries in server.xml.
I am getting a mod_jk.conf file generated but it doesn't contain much only:
<IfModule !mod_jk.c>
LoadModule jk_module /usr/lib/httpd/modules/mod_jk2.so
</IfModule>
In the instructions it does talk about including a workers.properties file
in the Listener section in server.xml. I don't actually have a
workers.properties file to include here. Do you think this could be the
problem or is there another way to connect Tomcat to Apache?
Regards
Shaun
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]