How to Restart Tomact Service in LINUX and UNIX


To restart Tomcat Service just run the following commands :

root@server[~]# /usr/local/jakarta/tomcat/bin/./shutdown.sh
root@server[~]# /usr/local/jakarta/tomcat/bin/./startup.sh
root@server[~]# /usr/local/jakarta/tomcat/bin/./catalina.sh run

root@server[~]# /scripts/restartsrv_tomcat

That’s all this will do it.

if you tomcat is not jakarta and you are facing difficluty to locate it, then do

root@server[~]# locate startup.sh
/opt/apache-tomcat-7.0.23/bin/startup.sh

then go to the respected folder and run the scripts.
 

No comments:

Post a Comment

Thank You for your Comments, We will read and response you soon...