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.