TomcatExpert

WAR

Knowledge Base : WAR Files Not Completely Extracted on Deployment on Windows

posted by SpringSource on May 26, 2010 07:15 AM

File locking in Windows may prevent the directory from being deleted.

File locking on Windows is different than file locking on Unix in that on Windows a file can be locked on read. If you are redeploying a second version of an already deployed web application, you may see something like the following web application:

 webapps
- myapp.war
- myapp

Read More

0 comments   |  

0
Rating
  |  

Operations | antiJARLocking, antiResourceLocking, deployment

Knowledge Base : Deploying exploded WAR files

posted by SpringSource on April 27, 2010 05:34 AM

Files in the work and temp directories depend on timestamps to be overwritten.

If you deployed the web app using WAR file originally, then you need to either redeploy the entire WAR file or need to meet any of the conditions listed in the official Apache Tomcat documentation.

Your other two options are:

Read More

0 comments   |  

0
Rating
  |  

| temp directory, timestamp, WAR

Syndicate content