eclipse中jboss启动时提示 50 seconds. 超时

eclipse中jboss启动时提示

Server JBoss v4.2 at localhost was unable to start within 50 seconds.
If the server requires more time, try increasing the timeout in the server editor.

解决办法

修改

workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml



把 start-timeout="50" 改为  start-timeout="500000"

重启eclipse就可以了

你可能感兴趣的:(java)