Using tomcat 4.0.1 standalone..
My DNS lookups don't seem to be working.. Relevant bits of files:
server.xml:
<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="8080" minProcessors="5" maxProcessors="75"
enableLookups="true" redirectPort="8443"
acceptCount="10" debug="0" connectionTimeout="60000"/>
<!-- Note : To disable connection timeouts, set connectionTimeout value
to -1 -->
<!-- Define an SSL HTTP/1.1 Connector on port 8443 -->
<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="8443" minProcessors="5" maxProcessors="75"
enableLookups="true"
java code:
"You (or someone at " +
httpReq.getRemoteHost() + "(" + httpReq.getRemoteAddr() + ")\n" +
output:
You (or someone at 127.0.0.1(127.0.0.1)
I don't think it is a DNS thing. The machine is resolving names just
as it always has.. This has been happening since I switched to tomcat
a couple of weeks ago; I just now started extensive testing and noticed
it, though.
Any ideas ?
--
Kirby Vandivort Theoretical Biophysics Group
Email: [EMAIL PROTECTED] 3051 Beckman Institute
http://www.ks.uiuc.edu/~kvandivo/ University of Illinois
Phone: (217) 244-5711 405 N. Mathews Ave
Fax : (217) 244-6078 Urbana, IL 61801, USA
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>