[求助]关于Resin与MyEclipse配置的问题
Resin-3.0.12 (built Wed, 23 Feb 2005 10:29:38 PST)
Copyright(c) 1998-2004 Caucho Technology. All rights reserved.
Starting Resin on Mon, 23 Apr 2007 18:30:06 +0800 (CST)
java.net.BindException: Cannot assign requested address: JVM_Bind
Can't bind to *:8089.
Check for another server listening to that port.
Using Resin(R) Open Source under the GNU Public License (GPL).
See http://www.caucho.com for information on Resin Professional,
including caching, clustering, JNI acceleration, and OpenSSL integration.
这是什么错误啊?
说是端口的问题?
搜索更多相关主题的帖子:
Resin MyEclipse
----------------解决方案--------------------------------------------------------
端口被占用了应该是,
在 运行命令下 输入 netstat -ano 看看哪个进程占用了 8080 ,
看看他的PID 在进程管理里把它结束了,就ok了
----------------解决方案--------------------------------------------------------