I cannot get the hostname in the access log created by the AccessLogValve.It
always logs the IP address. The client in question does have a valid DNS
name and DNS is working properly on my machine as
InetAddress.getByName(req.getRemoteAddr()).getHostName()
will give the correct DNS name every time.
I have set enableLookups="true" on the connector and resolveHosts="true" on
the AccessLogValve.
is there some other setting that I have missed?
Charlie
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>