Am Di, 12.06.2007, 20:32, schrieb Dwayne A. Ghant:
> Almost got it loadbalancing almost wokring.... need minor help
> finishing off. Things have chang since I havn't did this in about
> 3 years. I keep getting error messages in my "mod_jk.log" file below
> every time apache initializes. The connector seems to acting strange!!
...
> worker.loadbalancer.type=lb
> worker.loadbalancer.balanced_workers=tomcat5_0_28A, tomcat5_0_28B
...
> [Tue Jun 12 14:21:51 2007] [5226:30880] [warn]
> jk_map_read_property::jk_map.c (432): The attribute
> 'worker.loadbalancer.balanced_workers' is deprecated - please check the
> documentation for the correct replacement.
...
The log message tells you to rename the attribute balanced_workers to
something different - which you should look up in the documentation.
(Hint: It is balance_workers instead of balanced_workers)

And what do you mean by "acting strange"?
Have you set the jvmRoute attribute in the Server->Engine configuration of
the both tomcats?

Bye
 Felix



---------------------------------------------------------------------
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