Documentation
ericsysmin/tomcat — version 0.2.0 May 2nd 2014
#ericsysmin-tomcat
##Description
This module is to configure and install Tomcat on Ubuntu servers
##How to use:
###How to configure and install Tomcat
class { 'tomcat':
version => '6',
java_home => '/usr/lib/jvm/java-6-oracle',
java_opts => [
'-Xms1g',
'-Xmx1g',
'-XX:+UseConcMarkSweepGC',
'-XX:NewRatio=3'
]
}