Logging

2002-02-28 Thread Jay Wright
Using Tomcat 4, I am trying to accomplish writing logs (preferrably via System.out and System.err) that have a timestamp on each and every write. Iplanet and JavaWebServer did this automatically. It is important to write to these logs and have them timestamped, WITHOUT writing code that is in an

HttpServletResponseWrapper error.

2002-01-21 Thread Jay Wright
t. If this cannot work, I need to know so I can move on. If there is a better way to handle it, I'm open to that as well. Additionally it is ENTIRELY reasonable to assume that I have implemented the wrapper incorrectly. Thank you, Jay Wright THE SERVLET CODE: MyServletR