Skip to content

Instantly share code, notes, and snippets.

@hagzag
Created January 11, 2013 00:07
Show Gist options
  • Save hagzag/4506884 to your computer and use it in GitHub Desktop.
Save hagzag/4506884 to your computer and use it in GitHub Desktop.
# common tomcat attributes ::
default["tomcat"]["port"] = 8080
default["tomcat"]["ssl_port"] = 8443
default["tomcat"]["ajp_port"] = 8009
default["tomcat"]["java_options"] = "-Xmx128M -Djava.awt.headless=true"
default["tomcat"]["use_security_manager"] = false
default["tomcat"]["authbind"] = "no"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment