On Thu, Aug 19, 2010 at 3:41 AM, Pid <p...@pidster.com> wrote:
> On 18/08/2010 20:04, Sean McEligot wrote:
>>> >   By the way, please create or edit your
>>> > webapp's META-INF/context.xml,  not the default one.
>> I've reset context.xml back to default except jdbc resources and access 
>> logging.
>>
>
> How are you configuring access logging in conf/context.xml?

<Context>
  <Valve className="org.apache.catalina.valves.AccessLogValve"
         prefix="access" suffix=".log"
         pattern="common"/>

>
> And why?

I probably just saw another Valve commented out there (comet) and
added this one in the same place. Where should it go?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to