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


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

JkMount /jkstatus/* status

JkMount /*      loadbalancer


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

worker.list=status,loadbalancer

worker.status.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

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 23, 2007 12:24 AM
To: Tomcat Users List
Subject: Re: How do I get the http://localhost/jkstatus page to
display/installed


# Add the jkstatus mount point
  JkMount /jkstatus jkstatus


----- Original Message ----- 
From: "Robert Young" <[EMAIL PROTECTED]>
To: <users@tomcat.apache.org>
Sent: Thursday, March 22, 2007 11:56 PM
Subject: How do I get the http://localhost/jkstatus page to 
display/installed


Hello,



I have installed apache 2.2.4 with mod_jk.so and 2 instances of tomcat

5.5.17 in a cluster.  As I read examples I see that I should be able to
access http://localhost/jkstatus/.  I have set up the mod_jk.so in the
httpd.conf file and set up the worker.properties file.  When I enter the
url for http://localhost/jkstatus/ <http://%3capache%3e/jkstatus>  I get
a "not found" error.



What do I need to do to get jkstatus working?  Is this a web-app that
should be installed in tomcat, and if so, where do I get it, or does
this belong in the apache http server?  The only thing I can see about
jkstatus is within the connector archive, and I have built that, but
still no jkstatus.  I see java files in the connector directory, but no
instructions on if I should copy these files to a specific location.



Can somebody give me some direction on setting this up?



Thanks for your help.





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


---------------------------------------------------------------------
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