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

2010-03-25 Thread Konstantin Kolinko
2010/3/25 Steffen Heil li...@steffen-heil.de: Hi As Pid pointed out, this doesn't work: the scope of the manager webapp is the Host it's deployed under. I didn't realize that part of his last line... It will not see what applications are deployed under separate Host. So, it will be

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

2010-03-25 Thread Caldarale, Charles R
From: Steffen Heil [mailto:li...@steffen-heil.de] Subject: AW: Is it possible to set the port for tomcat manager to 8080 and root port 80??? That's another discussion, but it could really make sense, if you use a connector bound to a non-public interface (or even localhost) just for

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

2010-03-23 Thread Jiansen Niu
While you can not define two listening ports for one Tomcat instance, 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. Jiansen 2010/3/23 Søren Blidorf so...@nolas.dk Is it possible to set the port

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

2010-03-23 Thread Pid
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

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

2010-03-23 Thread Caldarale, Charles R
From: Jiansen Niu [mailto:aoesh...@gmail.com] Subject: Re: Is it possible to set the port for tomcat manager to 8080 and root port 80??? While you can not define two listening ports for one Tomcat instance, Of course you can - you can define as many as you want via multiple Connector

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

2010-03-23 Thread Caldarale, Charles R
From: Steffen Heil [mailto:li...@steffen-heil.de] Subject: AW: Is it possible to set the port for tomcat manager to 8080 and root port 80??? Yes. You need to define TWO service / nodes, each with its own connector / (using different ports) an its own engine /, each with its own host /,