Skip to content

Instantly share code, notes, and snippets.

View xyalan's full-sized avatar
🎯
Focusing

Alan xyalan

🎯
Focusing
View GitHub Profile
@xyalan
xyalan / Apache Tomcat 8 Start stop script init.d script
Created May 22, 2018 02:53 — 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. Read the comments for release history. Feel free to modify, copy and give suggestions. (c) GNU General Public License
#!/bin/bash
#
# description: Apache Tomcat init script
# processname: tomcat
# chkconfig: 234 20 80
#
#
# Copyright (C) 2014 Miglen Evlogiev
#
# This program is free software: you can redistribute it and/or modify it under