1。查看Linux编码
echo $LANG
2。启动tomcat
cd /tomact安装目录/bin
./startup.sh或者./catalina.sh(后一个可看日志)
./shutdown.sh关闭tomcat服务
3.查看tomcat进程
ps -ef|grep tomcat安装目录
4.杀死线程
kill -9 线程号
本文共 224 字,大约阅读时间需要 1 分钟。
1。查看Linux编码
echo $LANG
2。启动tomcat
cd /tomact安装目录/bin
./startup.sh或者./catalina.sh(后一个可看日志)
./shutdown.sh关闭tomcat服务
3.查看tomcat进程
ps -ef|grep tomcat安装目录
4.杀死线程
kill -9 线程号
转载于:https://www.cnblogs.com/jiangyaqiong/p/3728270.html