look for the binding port and kill, if tomcat failed to start up
sudo lsof -i:8080
sudo kill ${pid}
第二種方法:改變tomcat的端口, 到tomcat主目錄下的conf/server.xml文件中修改,把8080端口改成是8088或者是其他的port
look for the binding port and kill, if tomcat failed to start up
sudo lsof -i:8080
sudo kill ${pid}
第二種方法:改變tomcat的端口, 到tomcat主目錄下的conf/server.xml文件中修改,把8080端口改成是8088或者是其他的port