MyEclipse出问题了!!!!!

来源:百度知道 编辑:UC知道 时间:2024/06/23 12:11:04
我不知道怎么搞的,老是出错误!!!
重新安装也是,我只要一启动Tomcat就出这种错:
21:06:45 org.apache.catalina.core.AprLifecycleListener init
信息: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: D:\Program Files\bin;C:\Program Files\Apache Software Foundation\Tomcat 6.0\bin
2009-3-7 21:06:45 org.apache.coyote.http11.Http11Protocol init
严重: Error initializing endpoint
java.net.BindException: Address already in use: JVM_Bind:8080
信息: Starting Servlet Engine: Apache Tomcat/6.0.14
2009-3-7 21:06:48 org.apache.coyote.http11.Http11Protocol start
严重: Error starting endpoint
java.net.BindException: Address already in use: JVM_Bind:8080
at org.apache.tomcat.util.net.JIoEndpoint.init(JIoEndpoint.java:501)
at org.apache.tomcat.util.net.JIoEndpoint.start(JIoEndpoint.java:515)
严重: Catalina.start:
LifecycleException: service.getName(): "Catalina";

java.net.BindException: Address already in use: JVM_Bind:8080

8080端口已经被使用了.
要不你就关掉那个使用了8080端口的软件.
要不你就把Tomcat换个端口.

没配置tomcat的lib路径

1.把你的tomcat的端口号改成80就可以了!

2.停掉你的.net服务!

3.卸掉你的.net平台软件