apache-tomcat-6.0.30套接字绑定失败/协议处理程序启动失败

apache-tomcat-6.0.30套接字绑定失败/协议处理程序启动失败,apache,tomcat,Apache,Tomcat,运行apache-tomcat-6.0.30时显示错误。进程默认情况下不能使用特权端口。使用1024以上的端口。如果您想通过端口80访问Tomcat,请使用iptables或类似于将端口80映射到8080的功能,或者使用提供的服务包装器(jsvc),该包装器将以根用户的身份启动,绑定到端口80,然后将其交给非特权用户。您试图使用的端口是什么?该端口上是否已运行其他程序?不确定是否有任何其他实例共享该端口。如何找到使用相同端口的其他资源?thxAre有没有其他配置的web服务器(apache、II

运行apache-tomcat-6.0.30时显示错误。

进程默认情况下不能使用特权端口。使用1024以上的端口。如果您想通过端口80访问Tomcat,请使用iptables或类似于将端口80映射到8080的功能,或者使用提供的服务包装器(jsvc),该包装器将以根用户的身份启动,绑定到端口80,然后将其交给非特权用户。

您试图使用的端口是什么?该端口上是否已运行其他程序?不确定是否有任何其他实例共享该端口。如何找到使用相同端口的其他资源?thxAre有没有其他配置的web服务器(apache、IIS)?有IIS服务器。已取消配置,但其他进程仍在使用80端口。将端口号改为8080,现在很好,Thanks将端口号从80改为8080,网站随即出现。谢谢你!这是正确的,使用端口80和466不起作用,直到我没有将其更改为1024端口号中的更高值。
org.apache.coyote.http11.Http11AprProtocol init
SEVERE: Error initializing endpoint
java.lang.Exception: Socket bind failed: [730013] An attempt was made to access
a socket in a way forbidden by its access permissions.

org.apache.catalina.core.StandardService initialize
SEVERE: Failed to initialize connector [Connector[HTTP/1.1-80]]
LifecycleException:  Protocol handler initialization failed: java.lang.Exception
: Socket bind failed: [730013] An attempt was made to access a socket in a way f
orbidden by its access permissions.

INFO: Deploying configuration descriptor manager.xml
org.apache.coyote.http11.Http11AprProtocol start
SEVERE: Error starting endpoint
java.lang.Exception: Socket bind failed: [730013] An attempt was made to access
a socket in a way forbidden by its access permissions.

org.apache.catalina.core.StandardService start
SEVERE: Failed to start connector [Connector[HTTP/1.1-80]]
LifecycleException:  service.getName(): "Catalina";  Protocol handler start fail
ed: java.lang.Exception: Socket bind failed: [730013] An attempt was made to acc
ess a socket in a way forbidden by its access permissions.