Hey all --
I would like to use the manager web application to be able to push
updates to my live web application. However, my web application is
mounted off the root and any URL is considered valid for the web
application, so mounting the manager at /manager or any other URL isn't
doable.
I would like to make the manager available on another port, so it will
not interfere with the URL space of the main web application, and so I
can hide the port behind the firewall. I've tried setting it up in a
second <Service> element with a connector listening to port 8081, but
the manager can't "see" the main web application in the other <Service>
element.
I can also try two connectors in a single service, one for each port,
but I'm not sure what happens when the contexts overlap. If I have one
set as path="" and the other as path="/manager", will a request to
"/manager" on 8080 go to the former and not the latter?
Any suggestions would be appreciated!
cheers,
-steve
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)