one project multiple log files

2009-11-19 Thread d1ve blu3
hi,, i'm new to this group. I've manage to generate 2 log files. but it seems both content are same,, what i want to know is it possible to generate two log files with different content? example: I had a java project. it have 2 packager. "com.one" and "com.two". What i want now is to log every c

Re: bizarre NPE exception

2009-11-19 Thread Brett Randall
http://java.sun.com/products/servlet/2.5/docs/servlet-2_5-mr2/javax/servlet/ServletContextListener.html, see #contextDestroyed(). On Fri, Nov 20, 2009 at 3:28 PM, Pat Farrell wrote: > Brett Randall wrote: > > Is this only occurring during hot-redeploys of a WAR-file? What ultimate > > impact is

Re: bizarre NPE exception

2009-11-19 Thread Pat Farrell
Brett Randall wrote: > Is this only occurring during hot-redeploys of a WAR-file? What ultimate > impact is it having on the production webapp? I'm still developing the code, its not yet in production. It also happens on occasion spontaneously when the app is quiescent. The code in question is

Re: bizarre NPE exception

2009-11-19 Thread Brett Randall
Hi Pat, In the case of your first stack trace I was referring to the static variable declared at line 71 of http://svn.apache.org/viewvc/logging/log4j/tags/v1_2_15/src/main/java/org/apache/log4j/helpers/AbsoluteTimeDateFormat.java?view=markup: private static char[] previousTimeWithoutMillis = new