Skip to content

sous-chefs/tomcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

881 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

tomcat Cookbook

Cookbook Version CI State OpenCollective OpenCollective License

Provides custom resources for installing Apache Tomcat from upstream tarballs and managing Tomcat instances with systemd.

Requirements

Platforms

See LIMITATIONS.md for current platform and Tomcat version constraints.

Chef

Chef Infra Client 15.3 or later.

Cookbooks

None.

Usage

This cookbook no longer ships public recipes or node attributes. Use the resources directly from a wrapper cookbook or test cookbook recipe.

tomcat_install 'default' do
  version '9.0.117'
end

tomcat_service 'default' do
  action [:enable, :start]
end

For migration guidance from older recipe or template-based usage, see migration.md.

Resources

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers!

https://opencollective.com/sous-chefs#backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

https://opencollective.com/sous-chefs/sponsor/0/website

Sponsor this project

Packages

 
 
 

Contributors