Re: Tocat webapp listening on different port

2009-11-04 Thread Ognjen Blagojevic
Tobias Crefeld wrote: schrieb Sergio Arrighi : 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 ot

Re: Tocat webapp listening on different port

2009-11-04 Thread Tobias Crefeld
Am Wed, 04 Nov 2009 09:43:54 +0100 schrieb Sergio Arrighi : > Is it possible to have a tomcat webapp listening on a port different > from the port which is in use by the server itself?? > Example: > I have a tomcat server listening on port 80 and I want the 'A' webapp > to be listening on port 10

Tocat webapp listening on different port

2009-11-04 Thread Sergio Arrighi
Hello to everyone, I'm pretty new with tomcat and I've a newbie question. Is it possible to have a tomcat webapp listening on a port different from the port which is in use by the server itself?? Example: I have a tomcat server listening on port 80 and I want the 'A' webapp to be listening on