tomcat启动报错是因为:在catalina.sh中设置了调试启动参数
编辑catalina.sh全局搜索下 address=
去掉或者改一下address端口号,重启tomcat
另一种情况可能是:
执行 netstat -alnp | grep 8125
kill - 9 1624
重启服务就可以了
posted on 2018-07-04 15:04 阅读( ...) 评论( ...)
本文共 257 字,大约阅读时间需要 1 分钟。
tomcat启动报错是因为:在catalina.sh中设置了调试启动参数
编辑catalina.sh全局搜索下 address=
去掉或者改一下address端口号,重启tomcat
另一种情况可能是:
执行 netstat -alnp | grep 8125
kill - 9 1624
重启服务就可以了
转载于:https://www.cnblogs.com/qinxu/p/9263319.html