Configure the Deployment Manager

  1. From a command prompt, navigate to:

    WAS_HOME/AppServer/bin

  2. Run the following command to list all profiles and their Java versions.

    managesdk -listEnabledProfileAll

  3. Run the following command to configure the Deployment Manager:

    managesdk -enableProfile -sdkName <sdk_value> -profileName <DeploymentManagerName>

    For example: managesdk -enableProfile -sdkName 1.7_64 -profileName Dmgr01

  4. Verify the results. Run:

    managesdk -listEnabledProfileAll

    You should see results like those shown in the example below:

    CWSDK1004I: Profile Dmgr01 : 
     CWSDK1006I: PROFILE_COMMAND_SDK = 1.7_64 
     CWSDK1008I: Node phlsf82025CellManager01 SDK name: 1.7_64 
     CWSDK1009I: Server dmgr SDK name: 1.7_64 
  5. If the Server dmgr SDK name has not changed, verify the update in the WebSphere console:
    1. Navigate to System administration > Deployment manager > Java SDKs.
    2. Select the appropriate SDK version and click Make Default.
    3. Run the command in step 4 to verify the change.