You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Stefan Woithe <st...@net-linx.com> on 2000/11/10 17:04:50 UTC

Tomcat & ServletOutputStream

Hi,
  
Using Tomcat 3.1final I want to keep track of what is written to the ServletOutputStream of a httpServletResponse object. How to redirect everything thats written to that stream (or at least a copy of it) to, e.g., a ByteArrayOutputStream?
  
Thanks
  
Stefan