tomcat
Performs installation and configuration of Tomcat, based on packages provided by the OS.
Version information
released Jul 9th 2015
This version is compatible with:
- Puppet Enterprise 3.x
- Puppet 3.x
- , , ,
This module has been deprecated by its author since Oct 18th 2023.
The reason given was: No longer maintained
Start using this module
Documentation
sbitio/tomcat — version 0.1.1 Jul 9th 2015
Puppet Tomcat
Performs installation and configuration of Tomcat, based on packages provided by the OS.
Features
- Allows to choose which version to install when the OS provides more than one. For instance Debian Wheezy and Jessie provide Tomcat 6,7 and 7,8 respectively. If not specified, latest version is used.
- Integrates with sbitio/monit.
- Compatible with sbitio/solr.
Classes and Defined Types
Class: tomcat
tomcat
class is the responsible of installing and configuring the service.
Defined type: tomcat::context
tomcat::context
allows to define contexts. See sbitio/solr for an example of use.
License
MIT License, see LICENSE file
Contact
Use contact form on http://sbit.io
Support
Please log tickets and issues on GitHub
Dependencies
- puppetlabs/stdlib (>= 1.0.0)
The MIT License (MIT) Copyright (c) 2014 SB IT Media, S.L. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.