How to deploy WAR files to Tomcat/Apache using Puppet?
Hi, I'm new to Jenkins/Maven CI, although have used Cruise Control years ago as an end user. Just come across Puppet. The Jenkins projects have built some WAR files which I need to automatically deploy to Tomcat, then later Apache httpd too. These run on other VMs. How do I do deploy them please? Others are suggesting writing shell scripts. But I am thinking further ahead too. Is there an example Puppet Module that demonstrates this, and which I can reuse please? Need to be quick and easy. Haven't had time to read the online help and ...