如果 WebSphere Application Server 安装在非根环境中,那么部署连接器应用程序的用户必须对安装目录和所有子目录具有读写访问权。
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 上安装连接器企业应用程序,从控制台将应用程序服务器设置为托管连接器应用程序。