Re: barring :8080 to the outside world

2005-10-28 Thread Tim Funk
To your Connector declaration - add: address='127.0.0.1' -Tim Christoph P. Kukulies wrote: I'm a bit concerned that I find the customers' site I'm currently working on being open with port 8080 to the outside world. What is the standard way to make tomcat safe in that it doesn't present the

RE: barring :8080 to the outside world

2005-10-28 Thread John Moore
Chris, In the past we have setup multiple hosts. You'll have your administrative site on localhost or some other internally known name and your application on www.xyz.org. You'll have to add entries to your server.xml and contexts get placed into their respective conf/Catalina/localhost and