Configure Environment profiles

Configure all Environment profiles to use Java 1.8.

  1. From a command prompt, navigate to:

    WAS_HOME/AppServer/bin

  2. Run the following command to configure the profile(s):

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

    For example: managesdk -enableProfile -sdkName 1.8_64 -profileName AppSrv01

  3. Verify the results. Run:

    managesdk -listEnabledProfileAll

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

     CWSDK1004I: Profile AppSrv01: 
     CWSDK1006I: PROFILE_COMMAND_SDK = 1.8_64 
     CWSDK1008I: Node phlsf82025Node01 SDK name: 1.8_64 
     CWSDK1009I: Server lsf10_app SDK name: 1.8_64 
     CWSDK1009I: Server lsf10iscmm_app SDK name: 1.8_64 
     CWSDK1009I: Server lsfweb SDK name: 1.8_64 
     CWSDK1009I: Server testweb SDK name: 1.8_64 
     CWSDK1009I: Server nodeagent SDK name: 1.8_64 
     CWSDK1001I: Successfully performed the requested managesdk task.