Problems with Tomcat Reverse DNS Lookup & Logging
I'm trying to get Tomcat (5.5) to log computer names, rather then
numbers.
The valve I am using has the resolveHosts attribute set True, as
below:
<Valve className="org.apache.catalina.valves.AccessLogVal ve"
directory="logs" prefix="localhost_access_log."
suffix=".txt"
pattern="common" resolveHosts="true"/>
But no host name resolution is occuring.
What am I missing here?
Any would be appreciated.
Thanks,
Derek
|