DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12249>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12249

tomcat binds to IP addresses it is configured not to bind to





------- Additional Comments From [EMAIL PROTECTED]  2002-09-04 07:38 -------
I installed an RPM of v4.0.4, and changed HTTP/1.1 connector in the default
config file to this:

<Connector className="org.apache.catalina.connector.http.HttpConnector"
address="127.0.0.1" port="8280" minProcessors="5" maxProcessors="75"
proxyName="xxx" proxyPort="80"
enableLookups="true" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="60000"/>

I also tried this:

<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
address="127.0.0.1" port="8280" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="20000"/>

In both cases, I find that Tomcat binds itself to the ethernet interface as well
as localhost, which is what I need to avoid.

Neither the string httpConnector.allAddresses nor httpConnector.anAddress
appears in any logfiles.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to