why not just use the default example in server.xml
This is from my server.xml
<Valve className="org.apache.catalina.valves.AccessLogValve"
directory="logs" prefix="localhost_access_log." suffix=".txt"
pattern="common" resolveHosts="false"/>
The problem might that you are using Logdirectory instead of directory
Regards, Simon
Snoopius wrote:
Hi,
I'm trying to trace the access to my apps with the access log valve inserting the following lines in server.xml :
<Valve ClassName="org.apache.catalina.valves.AccessLogValve" Logdirectory="E:\Logs" pattern="common" prefix="dav_access_log" resolveHosts="true" suffix=".txt" />
between the tags <context>, but when I restart the server the instance crashes. What do I mistake?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]