Skip to content

SilexConsulting/puppet-tomcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solr Module

Build Status

Puppet module to install and configure tomcat7 on Debian systems. Allows you to customise the http port.

Quick Start

To install tomcat 7 with the default settings add this into your node:

include tomcat

To run tomcat on a different port, you can use:

class { 'tomcat' :
    http_port       => '8888',
}

TODO

  • Support other platforms
  • Tests

##License

Apache. Please see the LICENSE file for more information.

Contact

Contributions welcome.

Support

Please log tickets and issues in the issues page (https://github.com/SilexConsulting/puppet-tomcat/issues)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages