RE: split mod_jk2 configuration file for vhosts

2004-10-22 Thread Benson Margulies
Run a web service in the other JVM? 

-Original Message-
From: Matteo Turra [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 22, 2004 4:32 AM
To: Tomcat Users List
Subject: split mod_jk2 configuration file for vhosts

I tell apache httpd where is the workers2.properties file with

JkSet config.file /etc/httpd/conf/workers2.properties

Now I have multiple ip virtual host webapps and each one has a file
included in httpd.conf with

Include /etc/httpd/conf/vhosts/*.conf

How can I configure Jk2 configuration file (workers2.properties) for
each host separately?

Can I use 

JkSet config.file /etc/httpd/conf/workers2.properties

in each vhosts/xxx.conf file even if I have only one instance of httpd?

Thanks, Matteo Turra


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: split mod_jk2 configuration file for vhosts

2004-10-22 Thread Brendan Colthurst


I would advise to use a single workers2.properties file, and just setup
different workers in that file, one for each VirtualHost to use.  If I'm not
mistaken, anything you'd want to customize per workers file can be
customized per-worker in one file.

-Brendan

-Original Message-
From: Matteo Turra [mailto:[EMAIL PROTECTED] 
Sent: Friday, October 22, 2004 4:32 AM
To: Tomcat Users List
Subject: split mod_jk2 configuration file for vhosts

I tell apache httpd where is the workers2.properties file with

JkSet config.file /etc/httpd/conf/workers2.properties

Now I have multiple ip virtual host webapps and each one has a file included
in httpd.conf with

Include /etc/httpd/conf/vhosts/*.conf

How can I configure Jk2 configuration file (workers2.properties) for each
host separately?

Can I use 

JkSet config.file /etc/httpd/conf/workers2.properties

in each vhosts/xxx.conf file even if I have only one instance of httpd?

Thanks, Matteo Turra


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



split mod_jk2 configuration file for vhosts

2004-10-22 Thread Matteo Turra
I tell apache httpd where is the workers2.properties file with

JkSet config.file /etc/httpd/conf/workers2.properties

Now I have multiple ip virtual host webapps and each one has a file
included in httpd.conf with

Include /etc/httpd/conf/vhosts/*.conf

How can I configure Jk2 configuration file (workers2.properties) for
each host separately?

Can I use 

JkSet config.file /etc/httpd/conf/workers2.properties

in each vhosts/xxx.conf file even if I have only one instance of httpd?

Thanks, Matteo Turra


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]