Windows 平台下Tomcat启动不起,显示java
SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-bio-80"] java.net.BindException: Permission denied <null>:80
一般由两种状况引发安全
若是关闭IIS仍未解决那么必定是后一种缘由,cmd下使用命令查看全部占用端口进程.net
netstat -ano
会发现一个PID为4的进程占用了80端口 blog
这种状况下须要关闭HTTP.sys driver进程
安全的作法是 “设备管理” -> "查看" ->"显示隐藏设备"->HTTP 属性中 "中止"ci
重启Tomcat,一切搞定cmd