RE: static/inherit problem

2003-04-04 Thread Keith Hatton
Doh! Of course, you are right about the private static declaration. Why is non-static wrong conceptually? It seems that what you are asking for, is something that changes per-instance, because the instances may be of different subclasses. That's exactly what a non-static variable is for. In

RE: websphere appender for log4j

2003-04-04 Thread Shapira, Yoav
Howdy, An appender that does what exactly? Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, April 04, 2003 9:27 AM To: [EMAIL PROTECTED] Subject: websphere appender for log4j Hi where can i find webspehre

RE: log4j in clustered j2ee environment.

2003-04-04 Thread Ebersole, Steven
Another note, the JMS appender can be problematic if the JMS destination goes down after the appender has been initialized. The only way I was able to get the JMS appenders to work again was to bring down the app server from which logging was originating. Ouch ;o) But you could look at doing

RE: log4j in clustered j2ee environment.

2003-04-04 Thread Tauzell, Dave
Syslog can be setup to forward messages to a central machine. So each server on the cluster will log to its local syslog daemon, and the local daemons will forward to the mailhosts. I haven't set this up for a while, but I'm sure your local unix sysadmin can help you out if you want to try it.