在Linux环境下,要彻底杀掉tomcat的进程需要使用以下命令
1、开始进程
cd tomcat\bin
./startup.sh
2、查看tomcat进程
ps -ef | grep tomcat
3、杀掉进程
kill -9 进程号
令,在启动tomcat时,查看启动日志时,使用tail -f 命令
在Linux环境下,要彻底杀掉tomcat的进程需要使用以下命令
1、开始进程
cd tomcat\bin
./startup.sh
2、查看tomcat进程
ps -ef | grep tomcat
3、杀掉进程
kill -9 进程号
令,在启动tomcat时,查看启动日志时,使用tail -f 命令