Turning off port 8080 but still need to access to admin pages

2005-06-09 Thread Scott Heitkamp
I need to turn off port 8080, so that you can only access Tomcat by going through port 8009 using Apache. Once I turn off port 8080, I no longer have a way of getting to the admin pages for Tomcat. Is there a way around this? - Discover Yahoo!

RE: Turning off port 8080 but still need to access to admin pages

2005-06-09 Thread Brian McGovern
You could leave 8080 on .. But restrict access to it via firewall. -Original Message- From: Scott Heitkamp [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 4:32 PM To: tomcat-user@jakarta.apache.org Subject: Turning off port 8080 but still need to access to admin pages I need to

Re: Turning off port 8080 but still need to access to admin pages

2005-06-09 Thread Robson dos Santos Franca
Hi there! I think you can just take the Connector port=8080 .. off from Tomcat directory/conf/server.xml. I tried here (Tomcat 5.x) and it works! Good Luck! Robson Franca Scott Heitkamp wrote: I need to turn off port 8080, so that you can only access Tomcat by going through port 8009

Re: Turning off port 8080 but still need to access to admin pages

2005-06-09 Thread Parsons Technical Services
This will do what you need. Set it to only accept the IP of the machine or machines you wish to connect. http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/valve.html#Remote%20Address%20Filter Another way that might work is to set the address element in the HTTP connector. You could try