Skip to content

Instantly share code, notes, and snippets.

View nrapopor's full-sized avatar

Nick Rapoport nrapopor

  • United States
View GitHub Profile
@lesstif
lesstif / tomcat-service.sh
Last active July 27, 2021 01:26
RHEL/CentOS tomcat7 init.d service script.
#!/bin/bash
#
# tomcat
#
# chkconfig: 345 96 30
# description: Start up the Tomcat servlet engine.
#
# processname: java
# pidfile: /var/run/tomcat.pid
#