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
I *think* the antiResourceLocking in tomcat may cause this if configured in your element. Those with better knowledge might want to comment further. Last I know the webapp is copied/expanded to either temp or work when it's enabled. --David hezjing wrote: Hi Chuck Hmmm ... I don't think

Re: Directories in Tomcat 5.5\temp

2008-04-22 Thread hezjing
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-myapp\WEB-INF\lib\*

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 for the webapps; us