If WebSphere Application Server is installed
in a non-root environment, the user who deploys the adapter application
must have read and write access to the installation directory and
all subdirectories.
The default value for the WebSphere Application Server installation
directory is as follows: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}]
The default value for the WebSphere Application Server installation
directory is as follows:/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}]
You set up the application server to host the adapter web application from the console, by installing the adapter web application on WebSphere Application Server.