Re: Directories in Tomcat 5.5\temp

2008-04-23 Thread hezjing
L PROTECTED]> wrote: > > From: hezjing [mailto:[EMAIL PROTECTED] > > Subject: Re: Directories in Tomcat 5.5\temp > > > > log4j:ERROR LogMananger.repositorySelector was null likely due to > > error in class reloading, using NOPLoggerRepository. > >

RE: Directories in Tomcat 5.5\temp

2008-04-23 Thread Caldarale, Charles R
> From: hezjing [mailto:[EMAIL PROTECTED] > Subject: Re: Directories in Tomcat 5.5\temp > > log4j:ERROR LogMananger.repositorySelector was null likely due to > error in class reloading, using NOPLoggerRepository. Not likely to be the problem, but I can't be sure. >

Re: Directories in Tomcat 5.5\temp

2008-04-23 Thread hezjing
ezjing [mailto:[EMAIL PROTECTED] > > Subject: Re: Directories in Tomcat 5.5\temp > > > > Yes, I'm using antiResourceLocking as shown in Tomcat > > 5.5\webapps\myapp\META-INF > > Unless you really, really need that, I'd turn it off. > > > I stopped Tomc

RE: Directories in Tomcat 5.5\temp

2008-04-22 Thread Caldarale, Charles R
> From: hezjing [mailto:[EMAIL PROTECTED] > Subject: Re: Directories in Tomcat 5.5\temp > > Yes, I'm using antiResourceLocking as shown in Tomcat > 5.5\webapps\myapp\META-INF Unless you really, really need that, I'd turn it off. > I stopped Tomcat service normall

Re: Directories in Tomcat 5.5\temp

2008-04-22 Thread hezjing
ng [mailto:[EMAIL PROTECTED] > > Subject: Re: Directories in Tomcat 5.5\temp > > > > When I look further into these directories, they contain the same (and > > only) JAR files of my web application, > > e.g. Tomcat 5.5\temp\0-myapp\WEB-INF\lib\*.jar > > Tomcat

RE: Directories in Tomcat 5.5\temp

2008-04-22 Thread Caldarale, Charles R
> From: hezjing [mailto:[EMAIL PROTECTED] > Subject: Re: Directories in Tomcat 5.5\temp > > When I look further into these directories, they contain the same (and > only) JAR files of my web application, > e.g. Tomcat 5.5\temp\0-myapp\WEB-INF\lib\*.jar > Tomcat 5.5\temp\1-my

Re: Directories in Tomcat 5.5\temp

2008-04-22 Thread Mark Thomas
hezjing wrote: Hi Chuck Hmmm ... I don't think my web application is explicitly writting anything into the directory When I look further into these directories, they contain the same (and only) JAR files of my web application, e.g. Tomcat 5.5\temp\0-myapp\WEB-INF\lib\*.jar Tomcat 5.5\temp\1-mya

Re: Directories in Tomcat 5.5\temp

2008-04-22 Thread David Smith
2008 at 11:09 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: From: hezjing [mailto:[EMAIL PROTECTED] Subject: Directories in Tomcat 5.5\temp Can anyone explaines why these directories are created? Your webapps are creating them. and why these directories are not b

Re: Directories in Tomcat 5.5\temp

2008-04-22 Thread hezjing
F\lib\*.jar On Tue, Apr 22, 2008 at 11:09 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: hezjing [mailto:[EMAIL PROTECTED] > > Subject: Directories in Tomcat 5.5\temp > > > > Can anyone explaines why these directories are created? > > Your webap

RE: Directories in Tomcat 5.5\temp

2008-04-22 Thread Caldarale, Charles R
> From: hezjing [mailto:[EMAIL PROTECTED] > Subject: Directories in Tomcat 5.5\temp > > Can anyone explaines why these directories are created? Your webapps are creating them. > and why these directories are not being clean-up by Tomcat? Tomcat merely provides the workspace

Directories in Tomcat 5.5\temp

2008-04-22 Thread hezjing
Hi I'm developing and testing application (Tomcat 5.5\webapps\myapp) using Tomcat 5.5 on Windows XP. After some times, I notice that there are directories created in Tomcat 5.5\temp 1-myapp, 2-myapp, 3-myapp and etc. These directories are there even after I restarted Tomcat. Can anyone explaine