SSH常用操作

查看進程: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
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章