Hi all,
I am having problems with the jakarta-connector version 1.2.13 and tomcat 55.9.
The apache version is Apache/2.0.46 (White Box).
I have the following configuration in httpd.conf:
<IfModule !mod_jk.c>
LoadModule jk_module "/"
</IfModule>
JkWorkersFile /
JkLogFile "logs/mod_jk.log"
JkLogLevel trace
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
JkRequestLogFormat "%w %V %T"
JkMount /jkmanager/* status
# Send JSPs for context /examples to worker named worker1
JkMount /examples/*.jsp worker1
The workers.-properties file looks like this:
ps=/
worker.list=jkstatus,worker1
worker.worker1.type=ajp13
worker.worker1.host=localhost
worker.worker1.port=8009
worker.worker1.lbfactor=1
# Define a 'jkstatus' worker using status
worker.jkstatus.type=status
The problems is that in the mod_jk.log i will only get
jk_handler::mod_jk.c (1715): Into handler jakarta-servlet
worker=worker1 r->proxyreq=0
jk_handler::mod_jk.c (1883): Could not find a worker for worker name=worker1
It seems that the connector does not have the correct configuration?
The JkWorkersFile / is pointing to
the correct configuration file.
Does anyone have any suggestions?
Regards,
Jarkka Kivikanta
To unsubscribe, e-mail: tomcat-user-unsubscribe (AT) jakarta (DOT) apache.org
For additional commands, e-mail: tomcat-user-help (AT) jakarta (DOT) apache.org