Bob Herrmann wrote:
> I don't know if anyone else will find this interesting, but I wrote a
> class which redirects System.Out to JDK1.4 Logging.  It is Tomcat 
> aware and unrolls the stack in a way useful for Tomcat.  This might be
> useful if you are embedding Tomcat.
> 
> I changed catalina.sh to start my class, it then invokes Bootstrap.
> 
> Any comments?

AFAIK, Glenn used the Jasper sys.out redirector (and put it in 
j-t-c/util) to do that. It doesn't redirect everything, but I believe it 
redirects everything significant.

The advantages are:
- It then redirects to one of the Catalina loggers
- It doesn't depend on JDK 1.4

Remy


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

Reply via email to