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 或应用服务器提供的工具重新启动网关。