tomcat启动报错是因为:在catalina.sh中设置了调试启动参数
编辑catalina.sh全局搜索下 address=

去掉或者改一下address端口号,重启tomcat
另一种情况可能是:

执行 netstat -alnp | grep 8125

kill - 9 1624
重启服务就可以了
|
tomcat启动报错是因为:在catalina.sh中设置了调试启动参数 编辑catalina.sh全局搜索下 address=
去掉或者改一下address端口号,重启tomcat
另一种情况可能是: 执行 netstat -alnp | grep 8125 kill - 9 1624 重启服务就可以了
|