Sun Java System Instant Messaging 7.2 管理指南
在 Instant Messaging 网关池中配置 XMPP/HTTP 网关
-
打开 httpbind.conf。
有关查找此文件的信息,参见httpbind.conf 文件位置。
-
将网关配置为带有 Instant Messaging 网关池部署的一部分:
-
将 httpbind.pool.support 参数设为 true:
httpbind.pool.support=true
|
-
将 httpbind.pool.nodeId 参数设为完整的网关 URL。
该 URL 用作网关的 nodeId,此 nodeId 在服务器池内必须唯一。网关使用此 nodeId 来确定是否必须为收到的请求提供服务,或将请求转发到池中的其他网关。
-
要将网关配置为不在网关池中工作,请将 httpbind.pool.support 参数设置如下:
httpbind.pool.support=false
|
-
保存并关闭 httpbind.conf。
-
使用 Web 或应用服务器提供的工具重新启动网关。
- © 2010, Oracle Corporation and/or its affiliates