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,
> 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
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