ps -ef | grep tomcat-web 【查詢tomact進程】
kill -9 pid 【結束tomcat進程】
/opt/tomcat-web/bin/startup.sh 【啟動tomcat】
tail -800f /opt/tomcat-web/logs/catalina.out 【追蹤啟動日誌tail指令】
curl "http://localhost:8071/lend/loanindex" 【測試Tomcat介面回應】
grep ' StartAndFailLoanJob task start' ../logs/catalina.out|tail -1 【尋找檔案中字串最近出現的地方】
以上是【Tomcat】上線部署tomcat。常用命令的詳細內容。更多資訊請關注PHP中文網其他相關文章!