日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

was更换java版本,WAS如何更换JDK

發布時間:2025/3/20 编程问答 35 豆豆
生活随笔 收集整理的這篇文章主要介紹了 was更换java版本,WAS如何更换JDK 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

切換所有Profile的sdk使用版本

在DM、node和server啟動的時候執行:

[root@was8555bin]# ./managesdk.sh -enableProfileAll -sdkname 1.8_64 -enableServers

CWSDK1017I:Profile Dmgr01 now enabled to use SDK 1.8_64.

CWSDK1024I:The node default SDK setting for federated profile Node01 has been saved in themaster configuration repository.

CWSDK1025I:A synchronization operation is required before configuration changes tofederated profile Node01 can be used.

CWSDK1017I:Profile Node01 now enabled to use SDK 1.8_64.

CWSDK1001I:Successfully performed the requested managesdk task.

[root@was8555bin]#

檢查都安裝了什么版本的jdk:

managesdk -listAvailable -verbose

[root@was8555bin]# ./managesdk.sh -listAvailable -verbose

CWSDK1003I:Available SDKs :

CWSDK1005I:SDK name: 1.8_64

- com.ibm.websphere.sdk.version.1.8_64=1.8

- com.ibm.websphere.sdk.bits.1.8_64=64

-com.ibm.websphere.sdk.location.1.8_64=${WAS_INSTALL_ROOT}/java_1.8_64

- com.ibm.websphere.sdk.platform.1.8_64=linux

-com.ibm.websphere.sdk.architecture.1.8_64=x86_64

-com.ibm.websphere.sdk.nativeLibPath.1.8_64=${WAS_INSTALL_ROOT}/lib/native/linux/x86_64/

CWSDK1005I:SDK name: 1.6_64

- com.ibm.websphere.sdk.version.1.6_64=1.6

- com.ibm.websphere.sdk.bits.1.6_64=64

-com.ibm.websphere.sdk.location.1.6_64=${WAS_INSTALL_ROOT}/java

- com.ibm.websphere.sdk.platform.1.6_64=linux

-com.ibm.websphere.sdk.architecture.1.6_64=x86_64

-com.ibm.websphere.sdk.nativeLibPath.1.6_64=${WAS_INSTALL_ROOT}/lib/native/linux/x86_64/

CWSDK1001I:Successfully performed the requested managesdk task.

[root@was8555bin]#

檢查每個profile都使用的哪個版本的jdk

[root@was8555bin]# ./managesdk.sh -listEnabledProfileAll -verbose

CWSDK1004I:Profile Dmgr01 :

CWSDK1006I:PROFILE_COMMAND_SDK = 1.8_64

- com.ibm.websphere.sdk.version.1.8_64=1.8

- com.ibm.websphere.sdk.bits.1.8_64=64

-com.ibm.websphere.sdk.location.1.8_64=${WAS_INSTALL_ROOT}/java_1.8_64

- com.ibm.websphere.sdk.platform.1.8_64=linux

-com.ibm.websphere.sdk.architecture.1.8_64=x86_64

- com.ibm.websphere.sdk.nativeLibPath.1.8_64=${WAS_INSTALL_ROOT}/lib/native/linux/x86_64/

CWSDK1008I:Node Dmgr01 SDK name: 1.8_64

- com.ibm.websphere.sdk.version.1.8_64=1.8

- com.ibm.websphere.sdk.bits.1.8_64=64

-com.ibm.websphere.sdk.location.1.8_64=${WAS_INSTALL_ROOT}/java_1.8_64

- com.ibm.websphere.sdk.platform.1.8_64=linux

-com.ibm.websphere.sdk.architecture.1.8_64=x86_64

-com.ibm.websphere.sdk.nativeLibPath.1.8_64=${WAS_INSTALL_ROOT}/lib/native/linux/x86_64/

CWSDK1009I:Server dmgr SDK name: 1.8_64

- com.ibm.websphere.sdk.version.1.8_64=1.8

- com.ibm.websphere.sdk.bits.1.8_64=64

-com.ibm.websphere.sdk.location.1.8_64=${WAS_INSTALL_ROOT}/java_1.8_64

- com.ibm.websphere.sdk.platform.1.8_64=linux

-com.ibm.websphere.sdk.architecture.1.8_64=x86_64

- com.ibm.websphere.sdk.nativeLibPath.1.8_64=${WAS_INSTALL_ROOT}/lib/native/linux/x86_64/

CWSDK1004I:Profile Node01 :

CWSDK1006I:PROFILE_COMMAND_SDK = 1.8_64

- com.ibm.websphere.sdk.version.1.8_64=1.8

- com.ibm.websphere.sdk.bits.1.8_64=64

-com.ibm.websphere.sdk.location.1.8_64=${WAS_INSTALL_ROOT}/java_1.8_64

- com.ibm.websphere.sdk.platform.1.8_64=linux

-com.ibm.websphere.sdk.architecture.1.8_64=x86_64

-com.ibm.websphere.sdk.nativeLibPath.1.8_64=${WAS_INSTALL_ROOT}/lib/native/linux/x86_64/

CWSDK1008I:Node Node01 SDK name: 1.8_64

- com.ibm.websphere.sdk.version.1.8_64=1.8

- com.ibm.websphere.sdk.bits.1.8_64=64

-com.ibm.websphere.sdk.location.1.8_64=${WAS_INSTALL_ROOT}/java_1.8_64

- com.ibm.websphere.sdk.platform.1.8_64=linux

- com.ibm.websphere.sdk.architecture.1.8_64=x86_64

-com.ibm.websphere.sdk.nativeLibPath.1.8_64=${WAS_INSTALL_ROOT}/lib/native/linux/x86_64/

CWSDK1009I:Server server01 SDK name: 1.8_64

- com.ibm.websphere.sdk.version.1.8_64=1.8

- com.ibm.websphere.sdk.bits.1.8_64=64

-com.ibm.websphere.sdk.location.1.8_64=${WAS_INSTALL_ROOT}/java_1.8_64

- com.ibm.websphere.sdk.platform.1.8_64=linux

-com.ibm.websphere.sdk.architecture.1.8_64=x86_64

-com.ibm.websphere.sdk.nativeLibPath.1.8_64=${WAS_INSTALL_ROOT}/lib/native/linux/x86_64/

CWSDK1009I:Server nodeagent SDK name: 1.8_64

- com.ibm.websphere.sdk.version.1.8_64=1.8

- com.ibm.websphere.sdk.bits.1.8_64=64

-com.ibm.websphere.sdk.location.1.8_64=${WAS_INSTALL_ROOT}/java_1.8_64

- com.ibm.websphere.sdk.platform.1.8_64=linux

-com.ibm.websphere.sdk.architecture.1.8_64=x86_64

-com.ibm.websphere.sdk.nativeLibPath.1.8_64=${WAS_INSTALL_ROOT}/lib/native/linux/x86_64/

CWSDK1001I:Successfully performed the requested managesdk task.

[root@was8555bin]#

managesdk -listEnabledProfile -profileName AppSrv02 -verbose

[root@was8555bin]# ./managesdk.sh -listEnabledProfile -profileName Node01 -verbose

CWSDK1004I:Profile Node01 :

CWSDK1006I:PROFILE_COMMAND_SDK = 1.8_64

- com.ibm.websphere.sdk.version.1.8_64=1.8

- com.ibm.websphere.sdk.bits.1.8_64=64

-com.ibm.websphere.sdk.location.1.8_64=${WAS_INSTALL_ROOT}/java_1.8_64

- com.ibm.websphere.sdk.platform.1.8_64=linux

-com.ibm.websphere.sdk.architecture.1.8_64=x86_64

- com.ibm.websphere.sdk.nativeLibPath.1.8_64=${WAS_INSTALL_ROOT}/lib/native/linux/x86_64/

CWSDK1008I:Node Node01 SDK name: 1.8_64

- com.ibm.websphere.sdk.version.1.8_64=1.8

- com.ibm.websphere.sdk.bits.1.8_64=64

-com.ibm.websphere.sdk.location.1.8_64=${WAS_INSTALL_ROOT}/java_1.8_64

- com.ibm.websphere.sdk.platform.1.8_64=linux

-com.ibm.websphere.sdk.architecture.1.8_64=x86_64

-com.ibm.websphere.sdk.nativeLibPath.1.8_64=${WAS_INSTALL_ROOT}/lib/native/linux/x86_64/

CWSDK1009I:Server server01 SDK name: 1.8_64

- com.ibm.websphere.sdk.version.1.8_64=1.8

- com.ibm.websphere.sdk.bits.1.8_64=64

-com.ibm.websphere.sdk.location.1.8_64=${WAS_INSTALL_ROOT}/java_1.8_64

- com.ibm.websphere.sdk.platform.1.8_64=linux

-com.ibm.websphere.sdk.architecture.1.8_64=x86_64

-com.ibm.websphere.sdk.nativeLibPath.1.8_64=${WAS_INSTALL_ROOT}/lib/native/linux/x86_64/

CWSDK1009I:Server nodeagent SDK name: 1.8_64

- com.ibm.websphere.sdk.version.1.8_64=1.8

- com.ibm.websphere.sdk.bits.1.8_64=64

-com.ibm.websphere.sdk.location.1.8_64=${WAS_INSTALL_ROOT}/java_1.8_64

- com.ibm.websphere.sdk.platform.1.8_64=linux

-com.ibm.websphere.sdk.architecture.1.8_64=x86_64

-com.ibm.websphere.sdk.nativeLibPath.1.8_64=${WAS_INSTALL_ROOT}/lib/native/linux/x86_64/

CWSDK1001I:Successfully performed the requested managesdk task.

[root@was8555bin]#

收起

總結

以上是生活随笔為你收集整理的was更换java版本,WAS如何更换JDK的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。