Zero-downtime Deployment (and Rollback) in Tomcat; coming soon to Agile?
Tomcat 7 introduces what is called
Parallel Deployment
. This was contributed by SpringSource/VMWare.
Simply put, parallel deployment is the ability to deploy more than one version of your web application in parallel, making all versions available under the exact same URL.
See link here for some details.
Can we expect this functionality to be included in a future release of Agile?
Simply put, parallel deployment is the ability to deploy more than one version of your web application in parallel, making all versions available under the exact same URL.
See link here for some details.
Zero-downtime Deployment (and Rollback) in Tomcat; a walkthrough and a checklist
This would be a valuable tool to have for managing Agile PLM, and a useful compliment to WebLogic, which allows us a similar ability to deploy / maintain servers without downtime.Can we expect this functionality to be included in a future release of Agile?
0