修复tomcat漏洞,选择修改配置文件
首先查看tomcat运行状态:
ps -ef|grep java
查看是否有tomcat进程
修改配置文件
具体步骤
tomcat漏洞修复及重启
最后,重启tomcat。
进入tomcat下的bin目录
[[email protected] ~]# cd /srv/tomcat-8.5.33/bin
[[email protected] bin]# ./shutdown.sh
查看tomcat关闭状态
如果出现以下信息,则表示tomcat已经关闭
root 19955 19757 0 17:48 pts/0 00:00:00 grep java
启动tomcat
./startup.sh
查看tomcat目标下logs日志
tail –f catalina.out

相关文章:

  • 2021-11-19
  • 2021-11-27
  • 2021-07-05
  • 2021-09-28
  • 2021-12-14
  • 2021-09-05
  • 2022-02-24
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2021-12-07
  • 2022-03-09
相关资源
相似解决方案