linux中tomcat启动错误:java.net.BindException: addres...

1. 查看下你的进程,是不是tomcat还在运行?
    ps -ef|grep tomcat
2. 你是用的8080端口吗?可以查看下8080端口谁在占用.
    lsof -i:8080
出现这种情况,一般就是这二种原因吧..
你检查下.

3. kill -9 pid(pid号) 杀掉进程

你可能感兴趣的:(linux中tomcat启动错误:java.net.BindException: addres...)