From the command line, you can generate the required configuration
XML files for the IBM® Enterprise
Records web
application deployment profile with a single command.
When you run the generateConfig command,
the required configuration XML files for the web application deployment
profile are created for a single application server or a high availability
installation.
To generate the configuration XML files for the web application
deployment profile:
- Log on to the IBM Enterprise
Records server
as a user with permissions to run the Configuration Manager. Open
a command window.
- Change the current directory to ier_install_path/configure,
where ier_install_path is the location where the IBM Enterprise
Records software is installed.
- Run one of the following commands depending
upon your environment. Do not type any line breaks when you enter
the command. For more information on the generateConfig command
see the link at the end of this topic.
- Generate the web application deployment profile.
- For Windows, the following command generates the WSWebApplicationDeploymentFile file
for a new web application profile for deployment in the ier_install_Path\configure\profiles\ directory:
configmgr_cl.exe generateConfig -appserver appserver_name
-profiletype webapplication_deployment -profile
"C:\Program Files\IBM\EnterpriseRecords\configure
\profiles\WSWebApplicationDeploymentProfile"
- For UNIX, the following command generates the WSWebApplicationDeploymentFile file
for a new web application profile for deployment in the ier_install_Path/configure/profiles/ directory:
./configmgr_cl generateConfig -appserver appserver_name
-profiletype webapplication_deployment -deploymenttype cluster
-aextdeploymenttype cluster -profile "/opt/IBM/EnterpriseRecords
/configure/profiles/WSWebApplicationDeploymentProfile"
Important: For the rest of this command-line section, you will
only see Windows examples.
- Generate a web application deployment on a cluster environment.
- For Windows, the following command generates the WSWebApplicationDeploymentFile file
for a new web application profile for deployment on a cluster environment
in the ier_install_Path\configure\profiles\ directory:
configmgr_cl.exe generateConfig -appserver appserver_name
-profiletype webapplication_deployment -deploymenttype cluster
-aextdeploymenttype cluster -profile "C:\Program Files\
IBM\EnterpriseRecords\configure\profiles
\WSWebApplicationDeploymentProfile"
- For example
- The -appserver appserver_name parameter
specifies the type of application server and must be websphere, weblogic,
or jboss. For other parameter information see the
link at the end of this topic.
Remember: If the path includes a directory
name with spaces, enclose the entire path in quotation marks.