You can't. I doubt you want post data in your acess log since POST data can be large (very large, megabytes large).

-Tim

Peter Menzel wrote:

Hi there,

I configured a AccessLogValve in the <Context> of my webapp with the common pattern: <Valve className="org.apache.catalina.valves.AccessLogValve" prefix="mywebapp" suffix=".log" pattern="common" />

Unfortunately it only logs the parameters of GET requests, i.e. the query string.
How can I configure the Valve to log POST parameters, too ?


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

Reply via email to