S
Suk
Hi
I'm using Tomcat with Apache and I want Tomcat to auto generate
mod_jk.conf
The bit I cant seem to get working is for JkMount statments to appear
in mod_jk.conf. I have created a uriworkermap.properties but nothing
seems to happen.
Do I need to specify where this file is in my server.xml? I have
defined a Listener as follows:
<Listener className="org.apache.jk.config.ApacheConfig"
workersConfig="/usr/local/apache2/tomcat/conf/workers.properties"
modJk="/usr/local/a
pache2/modules/mod_jk.so" jkLog="/usr/local/apache2/logs/mod_jk.log"
jkWorker="worker1"/>
There is an attribute called workersConfig which defines where to find
worker.properties.
Is there something similar to find uriworkermap.properties? Why doesnt
Tomcat read this file?
I'm using Tomcat with Apache and I want Tomcat to auto generate
mod_jk.conf
The bit I cant seem to get working is for JkMount statments to appear
in mod_jk.conf. I have created a uriworkermap.properties but nothing
seems to happen.
Do I need to specify where this file is in my server.xml? I have
defined a Listener as follows:
<Listener className="org.apache.jk.config.ApacheConfig"
workersConfig="/usr/local/apache2/tomcat/conf/workers.properties"
modJk="/usr/local/a
pache2/modules/mod_jk.so" jkLog="/usr/local/apache2/logs/mod_jk.log"
jkWorker="worker1"/>
There is an attribute called workersConfig which defines where to find
worker.properties.
Is there something similar to find uriworkermap.properties? Why doesnt
Tomcat read this file?