Skip to content

Instantly share code, notes, and snippets.

View markuskeller1960's full-sized avatar

Markus Keller markuskeller1960

View GitHub Profile
@collinpeters
collinpeters / tomcat.sh
Created April 19, 2012 20:09
Tomcat 7 Debian LSB Script
#!/bin/sh
#
# /etc/init.d/tomcat -- startup script for the Tomcat 7 servlet engine
#
# Modified init-Script from Ubuntu Tomcat init-script
#
# 2010 - Sebastian Mogilowski - http://www.mogilowski.net/2010/12/11/install-tomcat-7-on-debian-lenny-with-virtual-hosts-and-apache2-integration/
# 2012 - Collin Peters - Added debug option
#
### BEGIN INIT INFO