JBoss Server 啟動錯誤 port 衝到
Problem Occurred
Starting JBoss v4.2 at localhost' has encountered a problem.
Server port In Use 8080-Http
注意事項:
JBoss 啟動時用到 8080 Port 會與 Oracle 發生衝突。
本文以 JBoss-4.2.2.GA 環境來說明:
方法一:server.xml
路徑:
修改 %JBOSS_HOME%\server\default\deploy\jboss-web.deployer\server.xml
找尋到jboss.bind.address
將port改你想要的port
<Connector port="8080" address="${jboss.bind.address}"
maxThreads="250" maxHttpHeaderSize="8192"
emptySessionPath="true" protocol="HTTP/1.1"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" />
如圖:
方法二:
在eclipse中的Servers介面修改。
如圖:
問題相關文章:
- 首頁
- JAVA 目錄
- JAVA WEB 目錄
- JAVA 其他未分類 目錄
- Grails目錄
- jQuery 目錄
- Apache 目錄
- JavaScript 目錄
- Spring + Hibernate 目錄
- Hibernate 目錄
- Linux 目錄
- 程式開發工具目錄
- MySQL 目錄
- PHP目錄
- C/C++ 目錄
- Google App Engine 目錄
- HTML5/CSS3
- 程式開發基本資訊
- Android
- Oracle 目錄
- Struts 目錄