Re: Issue with Tomcat auto-redeploy on Windows.

2013-04-22 Thread Remko Popma
Tushar Kapila tgkprog at gmail.com writes: * why would a lib log4j or any other read its own jar? unless its to get to a xml for config in it and is not closing it? One thing I can think of is PluginManager. This class tries to read all Log4j2Plugins.dat files in the classpath (incl the

Re: Issue with Tomcat auto-redeploy on Windows.

2013-04-17 Thread Ralph Goers
Not that I am aware of. If the web app is using the log4j 2 web module to initialize and destroy its context I would expect this to work. Ralph On Apr 17, 2013, at 1:28 PM, Fabien Sanglard wrote: It seems there is an issue with log4j 2 not closing the core JAR handle on Windows. It

Re: Issue with Tomcat auto-redeploy on Windows.

2013-04-17 Thread Fabien Sanglard
Is anybody able to reproduce this on Windows? Fabien On 4/17/2013 1:36 PM, Ralph Goers wrote: Not that I am aware of. If the web app is using the log4j 2 web module to initialize and destroy its context I would expect this to work. Ralph On Apr 17, 2013, at 1:28 PM, Fabien Sanglard wrote:

Re: Issue with Tomcat auto-redeploy on Windows.

2013-04-17 Thread Tushar Kapila
* why would a lib log4j or any other read its own jar? unless its to get to a xml for config in it and is not closing it? * i would never install to program files as there are permission issues on those folders especially with windows 7 try install on c:\apps\ (make apps as a new folder) On