Skip to content

Instantly share code, notes, and snippets.

@alanfranz
alanfranz / tomcat.conf
Last active December 25, 2015 02:29 — forked from witscher/tomcat.conf
description "Tomcat Server"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
respawn limit 10 5
# run as non privileged user
# add user with this command:
## adduser --system --ingroup www-data --home /opt/apache-tomcat apache-tomcat