如果 WebSphere Application Server 安裝在非 root 環境中,則部署連接器應用程式的使用者必須具有安裝目錄及所有子目錄的讀取和寫入權。
WebSphere Application Server 安裝目錄的預設值如下:C:\Program Files\IBM\WebSphere\AppServer
cd WASInstallDir\bin
stopserver.bat server1 [for a secure server, include: -username {LDAP_User} -password {LDAP_Password}]
startserver.bat server1 [for a secure server, include: -username {LDAP_User} -password {LDAP_Password}]
WebSphere Application Server 安裝目錄的預設值如下:/opt/IBM/WebSphere/Appserver
cd WASInstallDir/bin
./stopserver.sh server1 [for a secure server, include: -username {LDAP_User} -password {LDAP_Password}]
./startserver.sh server1 [for a secure server, include: -username {LDAP_User} -password {LDAP_Password}]
您可以將連接器企業應用程式安裝在 WebSphere Application Server 上,以設定應用程式伺服器從主控台來管理連接器應用程式。