On 23/03/2010 14:27, Jiansen Niu wrote:
While you can not define two listening ports for one Tomcat instance,

Yes you can. Just add another Connector.

you
can put a Apache web server in front of your Tomcat, and define virtual
hosts for all applications hosted by your Tomcat except Manager app.

Not sure how that helps TBH.

You might use HTTPD to enforce some rules about which apps are available on which port, but the above suggestion is somewhat confusing.

2010/3/23 Søren Blidorf<so...@nolas.dk>

Is it possible to set the port for tomcat manager to 8080 and root port
80???


Connectors are defined above the Host/App level so it isn't possible to tie a specific Host or app to a specific Connector, without defining multiple Services.

That probably doesn't help you achieve your probable goal, because the manager app needs to be defined inside each Host where you want to use it.


p

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to