> From: Radcliffe, William H. [mailto:[EMAIL PROTECTED]
> Subject: RE: Server.xml Host Configuration
>
> If he wants to have an access log, he needs the <Valve>
> element.  The <Valve> element was inside <Context>

Look at the original post more carefully:
http://marc.info/?l=tomcat-user&m=121666697029041&w=2

   <Context docBase="" path="/" />
  <Valve className="org.apache.catalina.valves.AccessLogValve"
    directory="logs"
    prefix="local_roller_access_log."
    suffix=".txt"
    pattern="common"
    resolveHosts="false"/>

The <Valve> is clearly outside of the <Context> element.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to