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

重命名 WAR 文件

如果您要使用 WAR 文件来进行部署,并且您想要使用“Workplace XT”或者定制名称作为应用程序的上下文根,那么可以重命名 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 文件,请完成下列步骤:

使用 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
其中 custom_name 是上下文根或者您选中的定制应用程序名称。


反馈

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

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