How can I specify that a second path should be mapped to an
existing context?

I have Apache (with mod_jk) mounting /C1 using a load-balancing
worker and /C2 using a regular ajpv12 worker.  The idea is that
most user requests are processed via the load balancing worker
but a few admin requests need to be directed to a specific server
in the load balancing configuration (to reload data and other
administrative tasks).

How can I set it up on the tomcat (v. 3.2.1) side so requests
starting with /C1 and /C2 are handled by the same context?  The
server.xml file doesn't like more than one "path" in a <context>
and if I make two <context>'s that just differ by the path I
get, of course, two distinct contexts so the admin commands don't
affect the context participating in the load-balancing group.

Thanks,

-Don

Reply via email to