Install > Installing WebSphere Commerce feature packs > Disable features


Disable starter store enhancements

You can disable the starter store enhancements by running the disablement script.

Before you begin ensure WebSphere Commerce Feature Pack 1 is installed.


Procedure

  1. Disable the starter store enhancements.

    1. Log on as the non-root user

    2. Start the server or cluster that manages the WCS instance, if it is not already started.

    3. Execute...

      cd WC_INSTALL/bin 
      ./config_ant.sh -buildfile WC_INSTALL/components/common/xml/disableFeature.xml
                      -DinstanceName=instance 
                      -DfeatureName=store-enhancements 
                      -DdbUserPassword=db_password
      

    4. Wait for the message BUILD SUCCESSFUL to be displayed.

      During the execution of the config_ant command, the following message may be seen:

      Warning: Could not find file WC_PROFILE/properties/soap.client.props.yourOriginalFile to copy

      This error can be safely ignored.

    1. Stop the Rational Application Developer and WebSphere Application Server servers.

    2. In the WCDE_INSTALL/bin directory, run this command:

      disableFeature.bat -DfeatureName=store-enhancements
      

  2. Verify that the store-enhancements feature has been disabled

    1. If the script runs successfully in the runtime environment, you see a BUILD SUCCESSFUL message in the command window where you ran the script. Otherwise, we will see a BUILD FAILED message. Refer to the following log file:

      WC_INSTALL/instances/instance/logs/disablestore-enhancements_timestamp.log

    2. You can verify if the feature was successfully disabled by examining...

      WCDE_INSTALL/logs/disableFeature.log

      Near the bottom of the log, it will clearly state whether the build failed or passed. If the build passed, then the feature was disabled successfully. Note that there may occasionally be exceptions displayed after the BUILD SUCCESSFUL message. You can safely ignore these exceptions as long as it says the build is successful.


Related tasks

Enable starter store enhancements


+

Search Tips   |   Advanced Search