linux 部署項目常用命令

Linux服務器裏面查看Tomcat是否啓動: ps -ef |grep tomcat 殺死tomcat 進程 kill -9 pid eg: kill -9 7089 這裏的7089 就是進程pid 啓動tomcat sh startup.sh 關閉tomcat sh shutdown.sh 查看tomcat日誌輸出 tail -f catalina.out 查看端口占用情況 netstat -
相關文章
相關標籤/搜索