How do you use uriworkermap.properties in Tomcat?
807567Jul 4 2007 — edited Jul 5 2007i
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?