I am trying to set up an environment that has both a Tomcat 5.5.17 and
a Tomcat 5.0.28 instance running, accessed via Apache 2.0.58 + mod_jk.

Can anyone recommend a URL layout to access the different Tomcat managers?

My current configuration looks like this

In httpd.conf
-----------------
JkMount /manager/html* tc5028

In workers.properties
----------------------------
worker.tc5028.type=ajp13
worker.tc5028.host=localhost
worker.tc5028.port=8093
...

Which works great to access the 5.0.x manager, but how can set up a
JkMount to hit the 5.5.x manager?

thanks

-- brian

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