通过运行配置 XML 文件来应用设置。
您可通过命令行使用 execute 命令来应用配置设置。
您需要运行 Web 应用程序部署概要文件的配置 XML 文件。
要运行配置 XML 文件,请完成下列步骤:
- 启动或停止应用程序服务器。
选项 |
描述 |
WebSphere® Application Server |
如果应用程序服务器尚未运行,请将其启动。 |
JBoss Application Server |
停止应用程序服务器。 |
Oracle WebLogic Server |
如果应用程序服务器尚未运行,请将其启动。 |
- 将当前目录切换到 ier_install_path\configure,其中 ier_install_path 是 IBM® Enterprise Records 软件的安装位置。
- 输入以下命令以运行 Web 应用程序部署概要文件中的所有任务,该概要文件位于 ier_install_path\configure\profiles\WSWebApplicationDeploymentProfile 目录中。 例如,对于 Windows:
configmgr_cl.exe execute -profile "ier_install_path
\configure\profiles\WSWebApplicationDeploymentProfile"
对于 UNIX:
./configmgr_cl execute -profile "ier_install_path
/configure/profiles/WSWebApplicationDeploymentProfile"
其中,WSWebApplicationDeploymentProfile 是 WebSphere Application Server 的概要文件。
有关运行 execute 命令的更多信息,请参阅本主题末尾的链接。
切记: 如果此路径包含带有空格的目录名,请将整个路径用引号引起来。