RE: log4j exception only when stopping and starting a web application

2007-02-28 Thread Tim Lucia
L PROTECTED] > Sent: Wednesday, February 28, 2007 12:10 PM > To: 'Tomcat Users List' > Subject: RE: log4j exception only when stopping and starting a web > application > > > > This problem is pretty common when restarting web applications. > Libraries >

RE: log4j exception only when stopping and starting a web application

2007-02-28 Thread Rachel Wilson
> This problem is pretty common when restarting web applications. Libraries > that use singletons etc. don't get reinitialized correctly when the web > application is reloaded. Blimey, that sounds like a serious flaw :S Do you know why they don't get reinitialized properly? Could you give me

Re: log4j exception only when stopping and starting a web application

2007-02-28 Thread Gary Evesson
On 2/28/07, Rachel Wilson <[EMAIL PROTECTED]> wrote: >> It looks like you have bad syntax in you log4j.properties file. If that were the case, i would have expected it to fail the first time i started the application? to be clear, here are the steps to reproduce the error [1] deploy an unpacked

RE: log4j exception only when stopping and starting a web application

2007-02-28 Thread Rachel Wilson
>> It looks like you have bad syntax in you log4j.properties file. If that were the case, i would have expected it to fail the first time i started the application? to be clear, here are the steps to reproduce the error [1] deploy an unpacked webapp "myapp" to $TOMCAT_HOME/webapps/myapp [2] start

Re: log4j exception only when stopping and starting a web application

2007-02-27 Thread Gary Evesson
On 2/27/07, Rachel Wilson <[EMAIL PROTECTED]> wrote: I am deploying an unpacked webapp directory to TOMCAT_HOME/webapps/myapp, If i (stop and) start tomcat then my application runs fine and the logging works fine. However if i stop the application (successfully, it seems) and restart it using