Install > Installing WebSphere Commerce feature packs > Disable features


Disable WebSphere Commerce foundation

You can disable WebSphere Commerce foundation by running the disablement script.


Procedure

  1. Disable the WebSphere Commerce foundation:

    1. Start the server or cluster that manages the WebSphere Commerce instance, if it is not already started.

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

      • As the non-root user...

        ./config_ant.sh -buildfile 
        WC_INSTALL/components/common/xml/disableFeature.xml
        -DinstanceName=
        instance 
        -DfeatureName=foundation -DdbUserPassword=
        db_password
        

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

      The config_ant command might generate the following message:

      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=foundation
      

  2. Verify that the foundation feature has been disabled

    1. 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.


+

Search Tips   |   Advanced Search