Tomcat shutdown port 8005这个端口可以关掉吗?

17 篇文章 0 订阅

官网解释:

The TCP/IP port number on which this server waits for a shutdown command. Set to -1 to disable the shutdown port.

Note: Disabling the shutdown port works well when Tomcat is started using Apache Commons Daemon (running as a service on Windows or with jsvc on un*xes). It cannot be used when running Tomcat with the standard shell scripts though, as it will prevent shutdown.bat|.sh and catalina.bat|.sh from stopping it gracefully.

默认开启,telnet后直接输入SHUTDOWN,可成功关闭Tomcat。

telnet localhost 8005
SHUTDOWN
13-Jan-2023 09:58:26.140 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 5073 ms
13-Jan-2023 09:59:07.574 WARNING [main] org.apache.catalina.core.StandardServer.await Invalid shutdown command [SSH-2.0-PuTTY_Release_0.70] received
13-Jan-2023 09:59:42.034 WARNING [main] org.apache.catalina.core.StandardServer.await Invalid shutdown command [S] received
13-Jan-2023 09:59:54.320 INFO [main] org.apache.catalina.core.StandardServer.await A valid shutdown command was received via the shutdown port. Stopping the Server instance.
13-Jan-2023 09:59:54.320 INFO [main] org.apache.coyote.AbstractProtocol.pause Pausing ProtocolHandler ["http-nio-8080"]
13-Jan-2023 09:59:54.391 INFO [main] org.apache.catalina.core.StandardService.stopInternal Stopping service [Catalina]

禁用之后,使用命令行无法关闭Tomcat。

停止Tomcat的脚本依赖于这个端口的服务功能。这样是不是不太好?

<Server port="-1" shutdown="SHUTDOWN">
shutdown.bat
13-Jan-2023 10:06:18.553 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 5039 ms
13-Jan-2023 10:06:32.117 SEVERE [main] org.apache.catalina.startup.Catalina.stopServer No shutdown port configured. Shut down server through OS signal. Server not shut down.
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值