Access Log Valve

2004-08-31 Thread Sinkinson,Andrew [NCR]
Hi, I have enabled access logging by uncomment the Access Log Valve in the server.xml file. I have added the resolveHosts attribute and set it to true. I have also changed the pattern attribute to %h so that I can just get the Remote host name in the log file. In the access log file I

RE: Access Log Valve

2004-08-31 Thread Sinkinson,Andrew [NCR]
: Access Log Valve On Tue, Aug 31, 2004 at 10:29:09AM -0400, Sinkinson,Andrew [NCR] wrote: : Reply-To: Tomcat Users List [EMAIL PROTECTED] : I have enabled access logging by uncomment the Access Log Valve in the : server.xml file. I have added the resolveHosts attribute and set it to : true. I

AW: Access Log Valve

2004-08-31 Thread Sinkinson,Andrew [NCR]
Forgot to enableLookups=true on the Connector. By default it is set to false :) -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: August 31, 2004 10:31 AM To: Tomcat Users List Subject: Re: Access Log Valve On Tue, Aug 31, 2004 at 10:29:09AM -0400, Sinkinson,Andrew [NCR

RE: Configuring RemoteHostValve

2004-08-27 Thread Sinkinson,Andrew [NCR]
] Sent: August 26, 2004 4:18 PM To: Tomcat Users List Subject: Re: Configuring RemoteHostValve On Thu, Aug 26, 2004 at 01:53:26PM -0400, Sinkinson,Andrew [NCR] wrote: : I am having difficulty in setting up a RemoteHostValve for my WebApp. : [snip] :Valve className

Configuring RemoteHostValve

2004-08-26 Thread Sinkinson,Andrew [NCR]
Hi All, I am having difficulty in setting up a RemoteHostValve for my WebApp. I have created a configuration descriptor file named CST_CLIENT.xml with the following Context defined: Context path=/CST_CLIENT Valve className=org.apache.catalina.valves.RemoteHostValve

RE: Configuring RemoteHostValve

2004-08-26 Thread Sinkinson,Andrew [NCR]
Has anyone been able to configure a Remote Host Filter for tomcat 5.0.27 that works? -Original Message- From: Sinkinson,Andrew [NCR] Sent: August 26, 2004 1:53 PM To: [EMAIL PROTECTED] Subject: Configuring RemoteHostValve Hi All, I am having difficulty in setting up