Hi,

JkWorkersFile or JkMount are mod_jk directives, you need to use the
equivalent mod_jk2 directives,

something like :

(jkmount equiv)
[uri:/*.jsp]
worker=lb:LB

(jkworkersfile equiv)
JkSet config:file /{path}/workers2.properties

Kwong.

-----Original Message-----
From: Kevin Hartig [mailto:[EMAIL PROTECTED]
Sent: Friday, 28 March 2003 8:45
To: Tomcat Users List
Subject: Re: Configuring Tomcat5/Apache2/JK2 for load balancing??


OK. Thx.

But Apache 2 still doesn't recognize the  JkWorkersFile or JkMount 
parameters. Have these changed?

John Turner wrote:

>
> If you're using JK2, you don't want mod_jk.conf file.  ApacheConfig 
> and mod_jk.conf are only for JK, not JK2.
>
> John
>
> On Thu, 27 Mar 2003 14:02:23 -0700, Kevin Hartig 
> <[EMAIL PROTECTED]> wrote:
>
>> I would like to configure multiple instances of Tomcat for load 
>> balancing.
>> Most of the documentation I have found on this refers to older 
>> versions of Tomcat and Apache which are only partially correct.
>>
>> I  am running on Windows 2000, using Tomcat 5, Apache 2.0.44, and JK2 
>> 2.0.43.
>>
>> First, is there current documentation that describes setting up a 
>> load balanced configuration?
>> The first problem I have run into so far is that the JK options 
>> defined in the Apache http.conf are not recognized even though the 
>> module appears to be loaded successfully. Also I haven't been able to 
>> get Tomcat to auto-generate the mod_jk.conf file. The classes that 
>> generated them in Tomcat 4 are not in Tomcat ??
>>
>> Anyone else have this working with the latest versions of Tomcat and 
>> Apache?
>>
>> ---
>> Kevin Hartig                [EMAIL PROTECTED]
>> Technical Architect         Mobile: 303.378.0579
>> Sun Microsystems, Inc.      AIM: kwhartig
>>
>>
>>
>> ---------------------------------------------------------------------
>> 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]


----------------
Powered by telstra.com

 


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

Reply via email to