One tomcat tool is the RequestDumperValve.

http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/valve.html

(The doc is a bit sparse, so it needs some testing
what is logged and if that is enough)

> -----Original Message-----
> From: Adam Hardy [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 12, 2004 10:24 AM
> To: Tomcat Users List
> Subject: Re: Dump HTTP Request and Response Headers
> 
> 
> Server-side, it's easy for request headers - you can getHeaders() to 
> obtain an Enumeration of them. But for the response headers, 
> it's only  possible to see what they are if you already know what you 
> are looking for (response.containsHeader()?)
> 
> If you look in the archives, someone one mentioned a logging 
> tool that sounded handy. Some sort of snooper it sounded like.
> 

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

Reply via email to