Setting up Tomcat/Apache with mod_jk - error :(

D

Dundonald

Hey, I'm setting up Tomcat 5.5 with Apache 2 and mod_jk 1.2.25 and I
get the error "Could not find a worker for worker name=ajp13w" but I
don't know why as in my opinion it is clearly setup unless I'm missing
something obvious:

I have the following in httpd.conf

LoadModule jk_module /usr/lib/httpd/modules/mod_jk.so
JkWorkersFile /usr/share/doc/mod_jk-1.2.25/conf/workers.properties
JkShmFile /var/log/httpd/mod_jk.shm
JkLogFile /var/log/httpd/mod_jk.log
JkLogLevel debug
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
JkMount /IdeaOrbit_web ajp13w
JkMount /IdeaOrbit_web/* ajp13w


....

I have the following in workers.properties:

workers.tomcat_home= /usr/java/tomcat-5.5
workers.java_home=/usr/java/jdk1.5.0_13
worker.list=ajp13w
worker.ajp13w.port=8009
worker.ajp13w.host=ip here e.g. 127.0.0.1
worker.ajp13w.type=ajp13



......

and here's the debug trace log ...

NOTE that from this it would appear that the worker ajp13.w doesn't
gte loaded in the worker.list but i don't know where jkstatus is
coming from as it's not in my httpd.conf or in my workers.properties.



[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d %H:%M:
%S %Y] '
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 2
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule '/
IdeaOrbit_web=ajp13w' source 'JkMount' was added
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
uri_worker_map_add::jk_uri_worker_map.c (364): wildchar rule '/
IdeaOrbit_web/*=ajp13w' source 'JkMount' was added
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d %H:%M:
%S %Y] '
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 2
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule '/
IdeaOrbit_web=ajp13w' source 'JkMount' was added
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
uri_worker_map_add::jk_uri_worker_map.c (364): wildchar rule '/
IdeaOrbit_web/*=ajp13w' source 'JkMount' was added
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d %H:%M:
%S %Y] '
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 2
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule '/
IdeaOrbit_web=ajp13w' source 'JkMount' was added
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
uri_worker_map_add::jk_uri_worker_map.c (364): wildchar rule '/
IdeaOrbit_web/*=ajp13w' source 'JkMount' was added
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
do_shm_open::jk_shm.c (402): Truncated shared memory to 28800
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
do_shm_open::jk_shm.c (447): Initialized shared memory size=28800
free=28672 addr=0xb7339000
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
do_shm_open_lock::jk_shm.c (321): Opened shared memory lock /var/log/
httpd/mod_jk.shm.31978.lock
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
init_jk::mod_jk.c (2726): Initialized shm:/var/log/httpd/mod_jk.shm.
31978
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
init_jk::mod_jk.c (2743): Setting default connection pool max size to
1
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
jk_map_read_property::jk_map.c (495): Adding property 'worker.list'
with value 'wlb,jkstatus' to map.
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.ajp13w.type' with value 'ajp13' to map.
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.ajp13w.host' with value '72.167.16.118' to map.
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.ajp13w.port' with value '9080' to map.
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.wlb.type' with value 'lb' to map.
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.wlb.balance_workers' with value 'ajp13w' to map.
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.jkstatus.type' with value 'status' to map.
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
jk_map_resolve_references::jk_map.c (745): Checking for references
with prefix worker. with wildcard (recursion 1)
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'ServerRoot' -> '/etc/httpd'
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.list' ->
'wlb,jkstatus'
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.ajp13w.type' ->
'ajp13'
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.ajp13w.host' ->
'72.167.16.118'
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.ajp13w.port' ->
'9080'
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.wlb.type' -> 'lb'
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.wlb.balance_workers'
-> 'ajp13w'
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.jkstatus.type' ->
'status'
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
build_worker_map::jk_worker.c (241): creating worker wlb
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
wc_create_worker::jk_worker.c (145): about to create instance wlb of
lb
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init wlb
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
wc_create_worker::jk_worker.c (145): about to create instance ajp13w
of ajp13
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init ajp13w
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
ajp_validate::jk_ajp_common.c (2151): worker ajp13w contact is
'72.167.16.118:9080'
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
ajp_init::jk_ajp_common.c (2281): setting endpoint options:
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
ajp_init::jk_ajp_common.c (2284): keepalive: 0
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
ajp_init::jk_ajp_common.c (2288): timeout: 0
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
ajp_init::jk_ajp_common.c (2292): buffer size: 0
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
ajp_init::jk_ajp_common.c (2296): pool timeout: 0
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
ajp_init::jk_ajp_common.c (2300): connect timeout: 0
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
ajp_init::jk_ajp_common.c (2304): reply timeout: 0
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
ajp_init::jk_ajp_common.c (2308): prepost timeout: 0
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
ajp_init::jk_ajp_common.c (2312): recovery options: 0
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
ajp_init::jk_ajp_common.c (2316): retries: 2
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
ajp_init::jk_ajp_common.c (2320): max packet size: 8192
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
ajp_create_endpoint_cache::jk_ajp_common.c (2188): setting connection
pool size to 1 with min 1
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
validate::jk_lb_worker.c (1328): Balanced worker 0 has name ajp13w and
route ajp13w in domain
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
update_mult::jk_lb_worker.c (243): worker ajp13w gets multiplicity 1
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
jk_lb_push::jk_lb_worker.c (288): syncing shm for lb 'wlb' from mem
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
build_worker_map::jk_worker.c (241): creating worker jkstatus
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
wc_create_worker::jk_worker.c (145): about to create instance jkstatus
of status
[Mon Oct 22 19:34:58 2007] [31978:3081586368] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init
jkstatus
[Mon Oct 22 19:34:59 2007] [31978:3081586368] [debug]
init::jk_status.c (3536): Status worker 'jkstatus' is read/write and
has css '(null)', prefix 'worker', name space 'jk:', xml name space
'xmlns:jk="http://tomcat.apache.org"', document type '(null)'
[Mon Oct 22 19:34:59 2007] [31978:3081586368] [debug]
init::jk_status.c (3587): Status worker 'jkstatus' has good rating for
'0000000f' and bad rating for '00ff1010'
[Mon Oct 22 19:34:59 2007] [31978:3081586368] [info] init_jk::mod_jk.c
(2775): mod_jk/1.2.25 initialized
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d %H:%M:
%S %Y] '
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 2
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule '/
IdeaOrbit_web=ajp13w' source 'JkMount' was added
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
uri_worker_map_add::jk_uri_worker_map.c (364): wildchar rule '/
IdeaOrbit_web/*=ajp13w' source 'JkMount' was added
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d %H:%M:
%S %Y] '
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 2
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule '/
IdeaOrbit_web=ajp13w' source 'JkMount' was added
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
uri_worker_map_add::jk_uri_worker_map.c (364): wildchar rule '/
IdeaOrbit_web/*=ajp13w' source 'JkMount' was added
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
open_jklog::mod_jk.c (2652): log time stamp format is '[%a %b %d %H:%M:
%S %Y] '
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
uri_worker_map_open::jk_uri_worker_map.c (423): rule map size is 2
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
uri_worker_map_add::jk_uri_worker_map.c (372): exact rule '/
IdeaOrbit_web=ajp13w' source 'JkMount' was added
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
uri_worker_map_add::jk_uri_worker_map.c (364): wildchar rule '/
IdeaOrbit_web/*=ajp13w' source 'JkMount' was added
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
do_shm_open::jk_shm.c (402): Truncated shared memory to 28800
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
do_shm_open::jk_shm.c (447): Initialized shared memory size=28800
free=28672 addr=0xb7341000
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
do_shm_open_lock::jk_shm.c (321): Opened shared memory lock /var/log/
httpd/mod_jk.shm.32707.lock
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
init_jk::mod_jk.c (2726): Initialized shm:/var/log/httpd/mod_jk.shm.
32707
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
init_jk::mod_jk.c (2743): Setting default connection pool max size to
1
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
jk_map_read_property::jk_map.c (495): Adding property 'worker.list'
with value 'wlb,jkstatus' to map.
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.ajp13w.type' with value 'ajp13' to map.
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.ajp13w.host' with value '72.167.16.118' to map.
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.ajp13w.port' with value '9080' to map.
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.wlb.type' with value 'lb' to map.
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.wlb.balance_workers' with value 'ajp13w' to map.
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
jk_map_read_property::jk_map.c (495): Adding property
'worker.jkstatus.type' with value 'status' to map.
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
jk_map_resolve_references::jk_map.c (745): Checking for references
with prefix worker. with wildcard (recursion 1)
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'ServerRoot' -> '/etc/httpd'
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.list' ->
'wlb,jkstatus'
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.ajp13w.type' ->
'ajp13'
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.ajp13w.host' ->
'72.167.16.118'
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.ajp13w.port' ->
'9080'
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.wlb.type' -> 'lb'
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.wlb.balance_workers'
-> 'ajp13w'
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
jk_map_dump::jk_map.c (584): Dump of map: 'worker.jkstatus.type' ->
'status'
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
build_worker_map::jk_worker.c (241): creating worker wlb
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
wc_create_worker::jk_worker.c (145): about to create instance wlb of
lb
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init wlb
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
wc_create_worker::jk_worker.c (145): about to create instance ajp13w
of ajp13
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init ajp13w
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
ajp_validate::jk_ajp_common.c (2151): worker ajp13w contact is
'72.167.16.118:9080'
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
ajp_init::jk_ajp_common.c (2281): setting endpoint options:
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
ajp_init::jk_ajp_common.c (2284): keepalive: 0
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
ajp_init::jk_ajp_common.c (2288): timeout: 0
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
ajp_init::jk_ajp_common.c (2292): buffer size: 0
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
ajp_init::jk_ajp_common.c (2296): pool timeout: 0
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
ajp_init::jk_ajp_common.c (2300): connect timeout: 0
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
ajp_init::jk_ajp_common.c (2304): reply timeout: 0
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
ajp_init::jk_ajp_common.c (2308): prepost timeout: 0
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
ajp_init::jk_ajp_common.c (2312): recovery options: 0
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
ajp_init::jk_ajp_common.c (2316): retries: 2
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
ajp_init::jk_ajp_common.c (2320): max packet size: 8192
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
ajp_create_endpoint_cache::jk_ajp_common.c (2188): setting connection
pool size to 1 with min 1
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
validate::jk_lb_worker.c (1328): Balanced worker 0 has name ajp13w and
route ajp13w in domain
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
update_mult::jk_lb_worker.c (243): worker ajp13w gets multiplicity 1
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
jk_lb_push::jk_lb_worker.c (288): syncing shm for lb 'wlb' from mem
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
build_worker_map::jk_worker.c (241): creating worker jkstatus
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
wc_create_worker::jk_worker.c (145): about to create instance jkstatus
of status
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
wc_create_worker::jk_worker.c (158): about to validate and init
jkstatus
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
init::jk_status.c (3536): Status worker 'jkstatus' is read/write and
has css '(null)', prefix 'worker', name space 'jk:', xml name space
'xmlns:jk="http://tomcat.apache.org"', document type '(null)'
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [debug]
init::jk_status.c (3587): Status worker 'jkstatus' has good rating for
'0000000f' and bad rating for '00ff1010'
[Mon Oct 22 19:35:00 2007] [32707:3081586368] [info] init_jk::mod_jk.c
(2775): mod_jk/1.2.25 initialized
[Mon Oct 22 19:35:13 2007] [3638:3081586368] [debug]
do_shm_open::jk_shm.c (457): Attached shared memory [2] size=28672
free=27872 addr=0xb7341000
[Mon Oct 22 19:35:13 2007] [3638:3081586368] [debug]
do_shm_open::jk_shm.c (471): Reseting the shared memory for child 2
[Mon Oct 22 19:35:13 2007] [3638:3081586368] [debug]
do_shm_open_lock::jk_shm.c (262): Duplicated shared memory lock /var/
log/httpd/mod_jk.shm.32707.lock
[Mon Oct 22 19:35:13 2007] [3638:3081586368] [debug]
jk_child_init::mod_jk.c (2682): Attached shm:/var/log/httpd/mod_jk.shm.
32707
[Mon Oct 22 19:35:13 2007] [3638:3081586368] [debug]
jk_child_init::mod_jk.c (2692): Initialized mod_jk/1.2.25
[Mon Oct 22 19:38:48 2007] [3638:3081586368] [debug]
map_uri_to_worker::jk_uri_worker_map.c (597): Attempting to map URI '/
IdeaOrbit_web/' from 2 maps
[Mon Oct 22 19:38:48 2007] [3638:3081586368] [debug]
map_uri_to_worker::jk_uri_worker_map.c (609): Attempting to map
context URI '/IdeaOrbit_web/*=ajp13w' source 'JkMount'
[Mon Oct 22 19:38:48 2007] [3638:3081586368] [debug]
map_uri_to_worker::jk_uri_worker_map.c (624): Found a wildchar match '/
IdeaOrbit_web/*=ajp13w'
[Mon Oct 22 19:38:48 2007] [3638:3081586368] [debug]
jk_handler::mod_jk.c (2131): Into handler jakarta-servlet
worker=ajp13w r->proxyreq=0
[Mon Oct 22 19:38:48 2007] [3638:3081586368] [debug]
wc_get_worker_for_name::jk_worker.c (115): did not find a worker
ajp13w
[Mon Oct 22 19:38:48 2007] [3638:3081586368] [info]
jk_handler::mod_jk.c (2285): Could not find a worker for worker
name=ajp13w
 
D

Dundonald

<snip>

I figured it out. I noticed that, even though I wasn't referencing it
explicitly in httpd.conf, apache seemed to be picking up the
workers.properties file from inside /etc/httpd/conf/ by default. This
workers.properties file had the confusion surrounding the
workers.list .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,900
Latest member
Nell636132

Latest Threads

Top