Version information
This version is compatible with:
- , ,
Start using this module
Add this module to your Puppetfile:
mod 'evenup-tomcat', '0.12.0'
Learn more about managing modules with a PuppetfileDocumentation
What is it?
A puppet module to install and configure tomcat and manage applications and their config. This module supports tomcat vhosts, managing WARs, and configuration located within a decompressed war. This module also includes an init script for RHEL based systems.
Usage:
Generic tomcat install
Adding a virtual host:
Installing a WAR from artifactory:
Configuring an application:
Known Issues:
Only tested on CentOS 6 and Tomcat 7
TODO:
[ ] Expose more configuration options [ ] Allow sites directory to be outside of $install_dir [ ] Generic config cleanup
License:
Released under the Apache 2.0 licence
Contribute:
- Fork it
- Create a topic branch
- Improve/fix (with spec tests)
- Push new topic branch
- Submit a PR
20150616 - v0.12.0 Renamed sites_sub_dir to sites_dir Switched to puppetlabs/java Removed evenup/logrotate 20140217 - v0.11.0 Add support for custom env variables (Daniel Silverman) 20131413 - v0.10.0 Remove monitoring v0.9.0 20131220 Configurable tomcat header/footer (Steve Huff) v0.8.1 Ensure service managability of service is bool v0.8.0: Allow puppet to not manage the service v0.7.1: Fix init script Tomcat force shutdown v0.7.0: Add auto_upgrade parameter v0.6.2: Initial public release
Dependencies
- puppetlabs/java (>=1.0.0 <2.0.0)
- puppetlabs/concat (>=1.1.0 <2.0.0)
- puppetlabs/stdlib (>=3.2.0 <5.0.0)
Copyright 2013 EvenUp Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.