Puppet Blog

Back to Index

Deploying Java Applications With Puppet and TomCat

Posted on
By
admin
in
Blog, Open Source, Systems Management
Responses
2 Comments »

Deploying Java applications in an automated way does not need to be a complex endeavor, nor does it need special software to interact with the Java application servers. Read our article on tomcatexpert.com — showing you both how to deploy WAR files with Puppet, and also how to manage Apache Tomcat itself.

2 Comments

Michael Dehaan

That would definitely be easily doable. Check out the doc site here: http://docs.puppetlabs.com/guides/templating.html

(It would be even cooler if they had a conf.d style directory that didn’t require mentioning the include, so that resources could easily update that part of the file. We have ways of doing that though, such as “File Fragments”, where we could construct the main server.xml file from fragments)

Leave a Response