Am 14.06.2011 01:01, schrieb Mark Thomas:
On 13/06/2011 23:57, Dark Before Dawn wrote:
Hi there!
I am running tomcat 7.0.14-embed with JavaSE-1.6 on a Windows7 machine.
/Autodeploy/, /DeployOnStartup/ and /UnpackWARs/ works like a charm when
creating a new WAR-File at appBase directory for the firsttime. If my
application generates a updated version of the WAR-File while the Tomcat
isn't running, the new WAR-File never gets unpacked. This behaviour is
also described at:
*
http://tomcat.apache.org/tomcat-6.0-doc/config/host.html#Automatic%20Application%20Deployment
/Note: If you re-deploy an updated WAR file while Tomcat is
stopped, be sure to delete the associated expanded directory
before restarting Tomcat, so that the updated WAR file will be
re-expanded when Tomcat restarts./
Is there a workarround to re-deploy a updated WAR-File, while Tomcat is
offline, without deleting folders manually?
The simplest is probably use unpackWARs=false
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org
Hi Mark,
that would be an option, but this could be a heavy footprint if
WAR-Files grow in size?
Cheers
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org