Sun Java System Instant Messaging 7.2 管理指南

Procedure配置 Instant Messaging 閘道池中的 XMPP/HTTP 閘道

  1. 開啟 httpbind.conf

    如需尋找此檔案的詳細資訊,請參閱 httpbind.conf 檔案位置

  2. 將閘道配置為具有 Instant Messaging 閘道池之部署的一部分:

    1. httpbind.pool.support 參數設定為 true


      httpbind.pool.support=true
    2. httpbind.pool.nodeId 參數設定為完整的閘道 URL。

      URL 會做為閘道的 nodeId。此 nodeId 在伺服器池中必須唯一。閘道使用此 nodeId 來判定它是否必須為收到的請求服務,或將請求轉送到池中的另一個閘道。

  3. 若要將閘道配置為不在閘道池中運作,請將 httpbind.pool.support 參數設定如下:


    httpbind.pool.support=false
  4. 儲存並關閉 httpbind.conf

  5. 使用 Web 或應用程式伺服器提供的工具重新啟動閘道。