Re: restrict to localhost

2005-11-03 Thread Michael P. Soulier
Caldarale, Charles R wrote: You didn't bother to tell us the version of Tomcat you're using, but for the current level look at the documentation for the HTTP connector here: http://tomcat.apache.org/tomcat-5.5-doc/config/http.html The address attribute is what you need to specify. Apologies,

RE: restrict to localhost

2005-11-03 Thread Caldarale, Charles R
> From: Michael P. Soulier [mailto:[EMAIL PROTECTED] > Subject: restrict to localhost > > How do I tell tomcat to bind only to localhost? You didn't bother to tell us the version of Tomcat you're using, but for the current level look at the documentation for the HTT

restrict to localhost

2005-11-03 Thread Michael P. Soulier
I have a setup where apache is proxypassing to tomcat, and we only want tomcat to bind to locahost:8080, as all authentication is currently done in apache. Unfortunately tomcat binds to all interfaces, so someone can get past that by going right to port 8080. How do I tell tomcat to bind onl