Deploying only changed portions of a war to Tomcat
Posted
by Marty Pitt
on Stack Overflow
See other posts from Stack Overflow
or by Marty Pitt
Published on 2010-04-05T02:09:03Z
Indexed on
2010/04/05
2:13 UTC
Read the original article
Hit count: 327
tomcat
|deployment
I'm deploying my application to Tomcat, which currently involves uploading a ~40MB war file to a remote server.
Often the changes within the war only affect jars and static content which account for maybe 2 - 3MB's. Is there some tooling I can integrate with my Ant script that can accurately detect the changes to the war and give me a smaller subset to upload?
© Stack Overflow or respective owner