1. 在Eclipse 3.6 版本启动Jboss5.1的时候,出现如下错误:
Server JBoss v5.0 2 at localhost was unable to start within 50 seconds. If the server requires more time, try increasing the timeout in the server editor.
解决方法:
在EclipseWorkBench\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml中,将start-timeout="50"改成start-timeout="500"
注意:修改后请重新启动Eclipse,否则可能无法生效。
2. 在Eclipse3.6 中如何调试Jboss的程序

本文详细介绍了在使用Eclipse3.6版本启动Jboss5.1时遇到超时错误的解决方法,并提供了如何在Eclipse中进行Jboss程序调试的指南。

被折叠的 条评论
为什么被折叠?



