Ant target: ReconfigureCell

ReconfigureCell reconfigures the WebSphere Commerce instance into a new cell. ReconfigureCell regenerates the virtual hosts, WAR module bindings, Web server definition and the Web server plugin configuration file.

WebSphere Commerce instance creation creates the WebSphere Application Server application server profile and then installs the WebSphere Commerce EAR into the server1 of the profile and other cell level configuration objects. Once the WebSphere Commerce node is federated into the deployment manager's cell, the old cell level configuration objects for the instance will not be carried over into the deployment manager's cell. This Ant target reconfigures the instance into the new cell.

Calls

Prerequisites

The createInstance.properties file must exist for this Ant target to work. For information about generating the properties file, see Ant targets.

Required parameters

instance_name
The name of the WebSphere Commerce instance with which you are working (for example, demo).

Example

  • LinuxAIXFor IBM i OS operating systemWC_installdir/bin/config_ant.sh -DinstanceName=instance_name ReconfigureCell
  • WindowsWC_installdir/bin/config_ant.bat -DinstanceName=instance_name ReconfigureCell