Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How do you use uriworkermap.properties in Tomcat?

807567Jul 4 2007 — edited Jul 5 2007
i

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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 2 2007
Added on Jul 4 2007
1 comment
187 views