Hi Robert,

Try get to it through the APACHE box
http://apachebox/jkstatus

Below I MODIFIED some entries to make it look better...
I think you almost have it right...

regards Johnny

----- Original Message -----
Thanks, but I already have that added.  It appears that I don't have the
jkstatus files.  Are these delivered with a specific version of tomcat,
or how do I get the files?  Shouldn't I be able to directly hit each
tomcat jkstatus instance directly like http://node1/jkstatus or
http://node2/jkstatus, or is this dependent on apache and if so could I
hit apache with http://apachebox/jkstatus prior to setting up the files
below.  Just trying to deduce why it isn't visible.

This is what I have

************Httpd.conf file******************************

LoadModule jk_module modules/mod_jk.so

#MODIFIED
<IfModule !mod_jk.c>
 LoadModule jk_module "PATH2APACHE/Apache2.2/modules/mod_jk.so"
</IfModule>

JkWorkersFile   conf/workers.properties
JkLogFile       logs/mod_jk.log
JkLogLevel      warn
JkShmFile       logs/mod_jk.shm

# MODIFIED
JkMount /jkstatus jkstatus



JkMount /*      loadbalancer


**********workers.properties file*********************

# MODIFIED
worker.list=jkstatus,loadbalancer

#MODIFIED
worker.jkstatus.type=status

worker.loadbalancer.type=lb
worker.loadbalancer.balanced_workers=node1,node2
worker.loadbalancer.sticky_session=1

Worker.node1.port=8209
worker.node1.host=rio
worker.node1.type=ajp13
worker.node1.lbfactor=1

worker.node2.port=8309
worker.node2.host=rio
worker.node2.type=ajp13
worker.node2.lbfactor=1



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to