MK wrote:
Hi tomcat users,

I was wondering whether it's possible to advise Tomcat to dump any incoming HTTP
requests while preserving their original plain text nature? I tried hard to find
something like this, but I only stumbled upon the RequestDumperValve, which
unfortunately only has access to a request in its HttpServletRequest incarnation
(i.e., already parsed). That's of no use for me though.

TCPMon (part of the Apache Axis project) provides a proxy solution to this that I use quite often. When the client is a browser then ieHttpHeaders or LiveHttpHeaders (firefox) work well.

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to