Eclipse里Jboss的配置

1.\WorkSpace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml 修改 start-timeout,避免出现Jboss未启动已被终结。
2.Jboss主页的修改,可以自动跳转到当前工程主页。server\default\deploy\jbossweb-tomcat55.sar\ROOT.war\index.html 在head里面添加
<head>
  <meta http-equiv="REFRESH" content="0;url=http://localhost:8080/srs/Login?org=TESTING">
</head>
3.Eclipse中自定义User Library具体配置文件的位置:\WorkSpace\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.jdt.core.prefs\org.eclipse.jdt.core.prefs 如:org.eclipse.jdt.core.userLibrary.jboss=<?xml version\="1.0" encoding\="UTF-8"?>\r\n<archive path\="D\:/ProgramJavaRef/jboss/jboss-4.0.4.GA/lib/commons-httpclient.jar"/>

你可能感兴趣的:(eclipse,jboss,timeout)