FileNet P8 Workplace XT, 版本 1.1.5       应用程序服务器:  JBOSS Application Server     

使用 WAR 文件作为 Workplace XT 或者定制名称来部署

如果您要使用 WAR 文件来进行部署,并且您想要使用 WorkplaceXT 或者定制名称作为应用程序的上下文根,那么可以重命名 WAR 文件。上下文根是最终用户输入的用于访问 Workplace XT 的 URI 的一部分。

缺省情况下,当您从 WAR 文件进行部署时,上下文根是 WAR 文件名的第一部分。例如,缺省 web_client.war 将生成以下上下文根:http://server_name:port#/webclient。如果您想使用 http://server_name:port#/custom_name,那么必须将 web_client.war 重命名为 custom_name.war

要点: 每次重新生成 WAR 文件时,都必须将其重命名。缺省情况下,create_web_client_war.sh/.bat 脚本将创建名为 web_client.war 的文件。

要作为定制名称来部署,请完成下列步骤:

使用 rename 命令来重命名 WAR 文件。 输入命令(不换行)。
选项 描述
UNIX mv install_path/IBM/FileNet/WebClient/deploy/web_client.war install_path/IBM/FileNet/WebClient/deploy/ custom_name.war
Windows rename install_path\IBM\FileNet\WebClient\deploy\web_client.war install_path\IBM\FileNet\WebClient\deploy\custom_name.war


反馈

最近一次更新时间: 2013 年 3 月
wxtip043.htm

© Copyright IBM Corporation 2013.
本信息中心基于 Eclipse 技术。(http://www.eclipse.org)