方式1.打開cmd,或mac的終端,輸入:
①
ps aux | grep "tomcat",找到響應的進程id;
②
kill -9 查詢的id,來強制關閉進程
方式2:window,打開
tomcat文件夾 --> bin --> shutdown.bat來關閉