Linux 下啓動、關閉tomcat 殺掉進程等命令

一、啓動Tomcatjava 去到tomcat的Bin目錄下apache ./startup.sh  這是執行啓動腳本,tomcat就啓動bootstrap 二、關閉tomcat,也同樣,執行關閉腳本 ./shutdow.shapi 三、kill -9 pid #pid 爲相應的進程號  tomcat 例如 ps -ef |grep tomcat 輸出以下  tcp sun 5144 1 0 10
相關文章
相關標籤/搜索