I've just had a look at the code, and it does handle POST requests, so if the POSTs don't have bodies, the Access Log Sampler should work OK.
@Peter: what format do the request parameters have to be in for the sampler to pick them up? On 15/05/2008, Peter Lin <[EMAIL PROTECTED]> wrote: > What I've done in the past with tomcat is to write a request filter to > dump the request parameters into the log. in some cases, you may not > want to do that for security reasons if there's sensitive data. > > > peter > > > On Thu, May 15, 2008 at 6:53 AM, sebb <[EMAIL PROTECTED]> wrote: > > On 14/05/2008, john wu <[EMAIL PROTECTED]> wrote: > >> Hi All, > >> > >> Does Access Log Sampler support POST request in the log file? > > > > No, because in general the access log does not contain all the > > information needed to recreate the request - for example as far as I > > know the access log will never contain details of the POST body. > > > >> How to set it up? In my log file, I have many POST request and send > different parameters for each post request, do I have to pass all these > parameters in HTTP Request Default? > >> > > > > That won't work. Defaults are fixed values. > > > >> Thanks > >> > >> > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

