Use the init.d startup script to start the tomcat service, stop the service and restart...

cd /etc/init.d/

chmod 755 tomcat8

service tomcat8 start #Start service

service tomcat8 stop #stop service

service tomcat8 restart #Restart the service

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324762459&siteId=291194637