-------- Original Message --------
Subject: Re: Tomcat application folder created in /tmp?
From: Anthony Biacco <abia...@handll.com>
To: Tomcat Users List <users@tomcat.apache.org>
Date: Wed, 8 Jun 2016 14:21:39 -0600

On Wed, Jun 8, 2016 at 1:51 PM, Scott Derrick <sc...@tnstaafl.net> wrote:

Tomcat7
Java 1.8.0_51
Running on CentOS 6(Linux)

When I deploy one of my apps using the tomcat manager app, it unpaks the
.war file into

../webapp/appName

and

/tmp/0-appName

The files look identical in both folders except the files in the
webapp/appName folder have the timestamp of when I created the war, and the
files in /tmp/0-appName have the timestamp of when I deployed the war.

what is the /tmp/appName folder and files for?

why does it do this for this app but not the other 7 apps I have deployed?

thanks,

Scott


this will happen if you have antiResourceLocking or antiJARLocking set to
true in your context config. if you do, question why you are doing this as
it's not the default.

http://tomcat.apache.org/tomcat-7.0-doc/config/context.html

-Tony

I'm not sure why those flags were set to true? I removed them and the copy is 
gone! thanks.

I'm running on linux and understand that the locking has no effect anyway.

thanks again,

Scott


--
We are all here for a spell; get all the good laughs you can.
Will Rogers

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to