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



>
>
> --
> No pessimist ever discovered the secret of the stars or sailed an
> uncharted land, or opened a new doorway for the human spirit.
> Helen Keller
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>

Reply via email to