查看进程:ps -ef | grep java
结束进程 kill -9 ID
cd ..
cd tomcat
启动:./tomcat-ctl.sh start
cd ..
cd tomcat2
查看tomcat错误日志:
cd app/tomcat/logs
tail -f catalina.out
结束进程 kill -9 ID
cd ..
cd tomcat
启动:./tomcat-ctl.sh start
cd ..
cd tomcat2
查看tomcat错误日志:
cd app/tomcat/logs
tail -f catalina.out