![]() | |
Sun Java System Communications Express 6 2004Q2 管理指南 |
第 5 章
部署 Communications Express 和 Identity Server本章列出了 Communications Express 及 Identity Server 的部署方案组合以及为完成正确操作而执行的配置步骤。
在 Web 容器实例中部署 Communications Express 和 Identity Server本部分提供在 SSL 和非 SSL 模式下将 Communications Express 和 Identity Server 部署到不同或相同 Web 容器上时执行的配置。
在 Web 容器实例中部署 Identity Server 和 Communications Express
- 在非 SSL 模式下
在非 SSL 模式下将 Identity Server 和 Communications Express 部署在相同 Web 容器实例中时,您需要
- 在 SSL 模式下
在 SSL 模式下将 Identity Server 和 Communications Express 部署在相同 Web 容器实例中时,您需要
- 从 <uwc-deployed-path>/WEB-INF/lib 中删除 jss3.jar
例如,#rm /var/opt/SUNWuwc/WEB-INF/lib/jss3.jar
- 从 <uwc-deployed-path>/WEB-INF/lib 中删除 am_sdk.jar, am_services.jar
例如,
#rm /var/opt/SUNWuwc/WEB-INF/lib/am_sdk.jar
#rm /var/opt/SUNWuwc/WEB-INF/lib/am_services.jar
- 确保在 AMConfig.properties 文件中设置以下属性:
com.iplanet.am.jssproxy.trustAllServerCerts=true
AMConfig.properties 位于 <IS-SDK-BASEDIR>/lib
例如,/opt/SUNWam/lib
- 重新启动 Web 容器以使更改生效。
其他 Identity Server 和 Communications Express 部署方案
您需要为以下部署方案执行下面提到的配置步骤:
- 在非 SSL 模式下将 Identity Server 和 Communications Express 部署到不同的 Web 容器实例中时
- 在 SSL 模式下将 Identity Server 和 Communications Express 部署到不同的 Web 容器实例中时
- 在将 Identity Server 和 Communications Express 部署到不同的 Web 容器实例中,并在 SSL 模式下部署 Identity Server,而在非 SSL 模式下部署 Communications Express 时
- 在非 SSL 模式下将 Identity Server 和 Communications Express 部署到在相同系统上运行的不同 Web 容器中时
- 在 SSL 模式下将 Identity Server 和 Communications Express 部署到相同系统上的不同 Web 容器中时
- 在将 Identity Server 和 Communications Express 部署到不同的 Web 容器中,并在 SSL 模式下部署 Identity Server,而在非 SSL 模式下部署 Communications Express 时
配置步骤:
- 从 <uwc-deployed-path>/WEB-INF/lib 中删除 jss3.jar
例如,
#rm /var/opt/SUNWuwc/WEB-INF/lib/jss3.jar
- 在继续操作之前,安装并配置 IS SDK。
- 确保 Web 容器的 CLASSPATH 中包含以下内容:
- 确保在 Web 容器的配置文件中设置了以下 JVM 选项:
- 在 AMConfig.properties 文件中,设置以下属性:
com.iplanet.am.notification.url=<url-to-access-web-container-of-UWC>/servlet/com.iplanet.services.comm.server.PLLRequestServlet
例如,
com.iplanet.am.notification.url=http://mysystem.siroe.com:85/servlet/com.iplanet.services.comm.server.PLLRequestServlet
可以在 <IS-SDK-BASEDIR>/lib 下面找到 AMConfig.properties 文件
例如,/opt/SUNWam/lib
- 重新启动 Web 容器以使更改生效。