How to Bounce tomcat in Unix using command prompt(using ExPutty)?
Steps:
1. Connect the unix command Prompt using ExPutty or XShell or some other software using login
credentials.
2. Type the command
$ sudo /etc/init.d/tomcat stop (to stop tomcat)
$ sudo /etc/init.d/tomcat start (to start tomcat)
Ex: $sudo /etc/init.d/tomcat7 stop
$sudo /etc/init.d/tomcat7 start
Here tocmat7 represents the version of the tomcat.
Thanks for visiting...............................
Steps:
1. Connect the unix command Prompt using ExPutty or XShell or some other software using login
credentials.
2. Type the command
$ sudo /etc/init.d/tomcat stop (to stop tomcat)
$ sudo /etc/init.d/tomcat start (to start tomcat)
Ex: $sudo /etc/init.d/tomcat7 stop
$sudo /etc/init.d/tomcat7 start
Here tocmat7 represents the version of the tomcat.
Thanks for visiting...............................
No comments:
Post a Comment