NotSerializableException using log4j

2002-08-30 Thread Denis McCarthy
Hi there, I'm using log4j in some dataObjects that are stored in each weblogic session that a user opens. When the server attempts to serialize the dataObjects in the session, the following error occurs (presumably because Logger is not serializable) mailto:[EMAIL PROTECTED]> For additional comm

Is PropertyConfigurator.configureAndWatch() expensive?

2002-08-28 Thread Denis McCarthy
lead to any appreciable system slowdown? Thanks Denis McCarthy -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

dynamically changing weblogic logging

2002-07-18 Thread Denis McCarthy
Hi there, I'm using log4j to log an application running on weblogic, with the log4j.properties file under the weblogic classpath. I am wondering is it possible to configure log4j so that I can change what messages are to be logged without restarting the weblogic server? Thanks Denis McC

using log4j in jsp

2002-07-04 Thread Denis McCarthy
Hi, I'm using log4j as my logger in a web application. This is all well and good for my back end (control ,business and data access tiers) but I'm stumped about what the best approach is to using log4j in my front end (jsp pages). Has anyone out there used log4j in jsp pages, and if so what if an