Hello,

I have Apache 1.3 with JK2 and two instances of Tocmat5.

JK2 is configured for load balancing between the tomcat instances.
However, I want to have access to the /manager web application
of a single tomcat instance.

For example:
http://my.server/myapp should be load balanced (this already works)

http://my.server/manager1 should give me the /manager from my
first tomcat.
http://my.server/manager2 should give me the /manager from my
second tomcat.

My question is:
Do I have to configure this in tomcat? (If yes, then how can I rename
/manager to /manager1?)

Or do I have to configure jk2 in a way that makes /manager1 access
the context /manager of the backend?


In Tomcat 4 it helped to rename the manager.xml file to manager1. This does not seem to work anymore in Tomcat 5.

Kind regards,

Hans


-- Dipl.-Inf.(FH) Johann Uhrmann xpecto AG | Lindenstrasse 81 | D-84030 Ergolding Telefon: 0700 xpecto 00 (0700 973286 00) Telefax: 0700 xpecto 10 (0700 973286 10) Internet: http://www.xpecto.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to