同一台電腦運行多個JBoss時連接埠號碼修改問題

來源:互聯網
上載者:User

   原文地址:http://springsfeng.iteye.com/blog/1097187

當在同一台機器上運行兩個JBOSS執行個體的時候,則需要修改在以下連接埠號碼:

1. default\conf\jboss-service.xml中的1098,1099,4444,4445,8083:

    ===> line : 191 --<attribute name="RmiPort">1098</attribute>
                      <attribute name="RmiPort">59200</attribute>
 
    ===> line : 185 --<attribute name="Port">1099</attribute>  和

                       應用程式中的設定檔“applicationContext.xml”檔案中
                      <attribute name="Port">59300</attribute>   “jnp://localhost:”號保持一致(jnidiTemplate)。

    ===> line : 306 --<attribute name="RMIObjectPort">4444</attribute>
                      <attribute name="RMIObjectPort">57214</attribute>

    ===> line : 330 --<attribute name="ServerBindPort">4445</attribute>
                      <attribute name="ServerBindPort">57219</attribute>

    ===> line : 164 --<attribute name="Port">8083</attribute>
                      <attribute name="Port">52144</attribute>

2. default\deploy\jbossweb-tomcat50.sar\server.xml中8080 ; 訪問連接埠:

     ===>  line :12--- 8080== 59100;
     ===>  line :28--- 8443== 8453;

3. default\deploy\jms\uil2-service.xml中的8093連接埠,連接埠號碼<60000:

    ===>line 22-- <attribute name="ServerBindPort">8093</attribute>
                           <attribute name="ServerBindPort">52154</attribute>。

   具體應用中,需做測試。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.