If you define all your workers in /etc/httpd/conf/workers.properties (different name for each worker), it should work. Then specify which worker by name in JkMount directives for each VirtualHost definition. I believe others on this list have tried to define workers in the VirtualHost definitions and mod_jk didn't like it.

--David

Garthfield Carter wrote:
Hi,

I currrently have Tomcat (5.0.28) set-up with an Apache front-end. I would like to run an instance of Tomcat 5.5, as well, on the same server again using the same Apache front-end. Can the command for specifiying the workers.property file in httpd.conf:

e.g: JkWorkersFile /etc/httpd/conf/workers.properties

be placed within the VirtualHost definition so that I can specify a different location for the Tomcat 5.5 instances?

or is there another way of having different Tomcat instance versions with a single Apache front-end?

Garthfield

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to