From the command line, you can run the execute command on the
deployapplication.xml configuration XML file to deploy the Content Platform Engine application on the web application server.
Procedure
To run the deployapplication.xml file:
-
Navigate to ce_install_path/tools/configure , where
ce_install_path is the path where you installed Content Platform Engine.
-
Run the following command:
configmgr_cl execute -task DeployApplication -profile myprofile
where the
-profile
myprofile parameter specifies the profile to use. The
myprofile value can be one of the following items:
- The name of the profile, such as ce_was_tiv_db2. The profile must be located in the
ce_install_path/tools/configure/profiles directory, where
ce_install_path is the location where the Content Platform Engine software is installed.
- The absolute path to the profile directory, such as "C:\Program
Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2" or
/opt/IBM/FileNet/ContentEngine/tools/configure/profiles/ce_was_tiv_db2.
- The absolute path to the profile input file, such as "C:\Program
Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2\ce_was_tiv_db2.cfgp"
or
/opt/IBM/FileNet/ContentEngine/tools/configure/profiles/ce_was_tiv_db2/ce_was_tiv_db2.cfgp.
Remember: If the path includes a directory name with spaces, enclose the entire
path in quotation marks. For example, enter "C:\Program
Files\IBM\FileNet\ContentEngine\tools\configure\profiles\ce_was_tiv_db2\ce_was_tiv_db2.cfgp".
Results
On Oracle WebLogic Server, this task creates in the
<profile> directory a plan.xml file that contains the
deployment plan for the FileNetEngine application. This plan.xml file is also
used when you apply interim updates to Content Platform Engine.
You can re-create or modify plan.xml by rerunning the Deploy Application
task.