You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tom Brown <to...@ng23.net> on 2008/11/04 16:14:57 UTC

[users@httpd] apache 2.2.3 - rhel 5.2 - mod_jk issue

Hi

Using mod_jk on 2.2.3 and i cant get apache to start - i see this in the 
jk_conn.log

[Tue Nov 04 15:00:11 2008][24244:50528] [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.
[Tue Nov 04 15:00:11 2008][24244:50528] [error] 
jk_map_read_property::jk_map.c (425): The attribute 'worker.tomcat_home' 
is not supported - please check the documentation for the supported 
attributes.

i cant seem to find what this has been replaced with - can anyone assist?

thanks

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] apache 2.2.3 - rhel 5.2 - mod_jk issue

Posted by Fred K <fr...@gmail.com>.
Hi,

look at a file workers.properties and check the syntax with
http://tomcat.apache.org/connectors-doc/reference/workers.html also
look at examples in
http://tomcat.apache.org/connectors-doc/generic_howto/loadbalancers.html

balanced_worker is deprecated for balance_worker

worker.balance1.balance_workers=worker1, worker2

as of this week the current version is 1.2.27

Rgds - Fred

On Tue, Nov 4, 2008 at 10:14 AM, Tom Brown <to...@ng23.net> wrote:
> Hi
>
> Using mod_jk on 2.2.3 and i cant get apache to start - i see this in the
> jk_conn.log
>
> [Tue Nov 04 15:00:11 2008][24244:50528] [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.
> [Tue Nov 04 15:00:11 2008][24244:50528] [error]
> jk_map_read_property::jk_map.c (425): The attribute 'worker.tomcat_home' is
> not supported - please check the documentation for the supported attributes.
>
> i cant seem to find what this has been replaced with - can anyone assist?
>
> thanks
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>  "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org