Hi,

I have installed a cluster using Apache2.0.54 + mod_jk 1.2.13 + Tomcat5.5.9.
And it´s working fine.

I want to configure jkstatus but I haven´t been success.

My worker.properties
worker.tomcat1.type=ajp13
worker.tomcat1.host=localhost
worker.tomcat1.port=8009
worker.tomcat1.lbfactor=1
worker.tomcat1.cachesize=1

worker.tomcat2.type=ajp13
worker.tomcat2.host=localhost
worker.tomcat2.port=8010
worker.tomcat2.lbfactor=1
worker.tomcat2.cachesize=1

worker.loadbalancer.type=lb
worker.loadbalancer.balance_workers=tomcat1,tomcat2

worker.status.type=status

worker.list=loadbalancer, status

My tomcat.conf
<IfModule !mod_jk.c>
  LoadModule jk_module modules/mod_jk.so
</IfModule>

JkWorkersFile  conf/workers.properties

JkLogFile logs/mod_jk.log 
JkLogLevel debug
JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " 
#JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories
JkRequestLogFormat "%w %V %T" 
JkMount /servlets-examples/* loadbalancer

JkMount /jkstatus/* status


When I try "/jkstatus/" I receive "Internal Server Error".

Can anybody help me ?

Thanks
Rogerio Baldini

Reply via email to