Tobias Crefeld wrote:
schrieb Sergio Arrighi <sergio.arri...@iminholding.com>:
Is it possible to have a tomcat webapp listening on a port different from the port which is in use by the server itself??

AFAIK it is not possible to setup 2 http-connectors for one tomcat, but
you can install another tomcat in its own JVM with other port- and/or
IP-address-assignments with a coyote-connector listening to Port 10000.

It is possible also to do it with two connectors. Just edit the server.xml to have to services (say, Catalina80, and Catalina10000), with appropriate Connectors on ports 80 and 10000, appropriate Engines and appropriate Hosts.

-Ognjen

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

Reply via email to