Skip to content

Instantly share code, notes, and snippets.

View mahsandu's full-sized avatar

Md. Mubassir Ahsan mahsandu

View GitHub Profile
@mahsandu
mahsandu / Apache Tomcat 9 Start stop script init.d script
Last active August 2, 2018 21:10 — forked from miglen/Apache Tomcat 8 Start stop script init.d script
Apache Tomcat init script (or startup/controll script). Works fine for version 7/8/9. Feel free to modify, copy and give suggestions. (c) GNU General Public License
#!/bin/bash
#Java installed in /usr/lib/jvm/java
#tomcat installed in /usr/lib/tomcat/tomcat
# description: Apache Tomcat init script
# processname: tomcat
# chkconfig: 234 20 80
#
#
# Copyright (C) 2014 Miglen Evlogiev
#