linux - Create service tomcat - Start and Shutdown -
i installed apache tomcat start service, have go path $home/apache-tomcat-8.0.28/bin , run script ./startup.sh start , ./shutdown.sh shutdown. how can make
service tomcat start
service tomcat stop
or way not need go path of tomcat on ubuntu?
/etc/init.d/tomcat stop
/etc/init.d/tomcat start
Comments
Post a Comment