/tomcatrestart

Automated Python Script to restart Tomcat.

Primary LanguagePython

TomcatRestart

Automated Python Script to restart Tomcat. If you have a fixed tomcat file then edit tombilli.py

    Default = 'NULL' #TomcatDefault

Replace NULL with the location of your your tomcat bin directory

    Default = '/opt/tomcat/apache-tomcat-8.0.36/bin/' #TomcatDefault

If you have Two version of Tomcat on you system, One Complied from source code and other Installed through yum or apt-get command, then this script will give choice to slect your version to restart.

Run the script in the terminal using

# ./tombilli.py

Plz do give suggestions if any.