Read the docs on AccessLogValve - you are missing properties - like the file name and what you wish to log.

-Tim

S�ren Neigaard wrote:
I just tried adding:

<Logger className="org.apache.catalina.valves.AccessLogValve"/>

to the server.xml file, right under the:

<Logger className="org.apache.catalina.logger.FileLogger"
              prefix="catalina_log." suffix=".txt"
              timestamp="true"/>

But it gives me this exception:

java.lang.IllegalArgumentException: argument type mismatch
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to