Bug#448062: Patch: fix a deprecated option in worker.properties
Andrea Veri
bluekuja at ubuntu.com
Thu Oct 25 16:23:06 UTC 2007
Package: libapache-mod-jk
Version: 1:1.2.18-3etch1
Severity: normal
Tags: patch
Hi,
debian/worker.properties contains a deprecated option which is:
worker.loadbalancer.balanced_workers=ajp13_worker
It generates some warn messages:
/etc/apache2# cat /var/log/apache2/mod_jk.log
[Thu Oct 25 13:24:57 2007] [6911:18096] [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.
[Thu Oct 25 13:24:57 2007] [6911:18096] [info] init_jk::mod_jk.c (2743):
mod_jk/1.2.23 initialized
[Thu Oct 25 13:24:57 2007] [6912:18096] [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.
[Thu Oct 25 13:24:57 2007] [6912:18096] [info] init_jk::mod_jk.c (2743):
mod_jk/1.2.23 initialized
It should be fixed using the new value:
worker.loadbalancer.balance_workers=ajp13_worker
Result is:
cat /var/log/apache2/mod_jk.log
[Thu Oct 25 13:21:04 2007] [6753:59056] [info] init_jk::mod_jk.c (2743):
mod_jk/1.2.23 initialized
[Thu Oct 25 13:21:04 2007] [6754:59056] [info] init_jk::mod_jk.c (2743):
mod_jk/1.2.23 initialized
Thanks,
Andrea
More information about the pkg-java-maintainers
mailing list