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

2010-03-26 Thread Steffen Heil
> > 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 > > administration. > Which is what the RemoteAddrValve is for. Yes, I know. Still some people might prefer complete separation (instead of hiding)

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 e

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 : > Hi > >> As Pid pointed out, this doesn't work: the scope of the manager webapp is > the it's deployed under. > > I didn't realize that part of his last line... > It will not see what applications are deployed under separate . So, it will be effectively useless for you.

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

2010-03-25 Thread Steffen Heil
Hi > As Pid pointed out, this doesn't work: the scope of the manager webapp is the it's deployed under. I didn't realize that part of his last line... > The whole idea smacks of security through obscurity - which means you've accomplished nothing. That's another discussion, but it could reall

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 nodes, each with its own > (using different ports) an its own , > each with its ow

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

2010-03-23 Thread Steffen Heil
Hi > Is it possible to set the port for tomcat manager to 8080 and root port > 80??? Yes. You need to define TWO nodes, each with its own (using different ports) an its own , each with its own , one with the manager as , one with the other web applications. However, I don't kno

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 mult

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

2010-03-23 Thread Pid
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 Is it possible to set the port for tomcat manager to 8080 and root port 80??? Connectors are

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 > Is it possible to set the port for tom

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

2010-03-23 Thread Søren Blidorf
Is it possible to set the port for tomcat manager to 8080 and root port 80??? Soren, DK