Configure the Deployment Manager
-
From a command prompt, navigate to:
WAS_HOME\AppServer\bin
-
Run the following command to list all profiles and their Java versions.
managesdk -listEnabledProfileAll
-
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
-
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
-
If the Server dmgr SDK name has not changed, verify the update in the WebSphere console:
- Navigate to System administration > Deployment manager > Java SDKs.
- Select the appropriate SDK version and click Make Default.
- Run the command in step 4 to verify the change.