Start and stop the Gateway domain on Linux and Solaris installations as follows:
Primavera Gateway Installed on an Admin Server
To start Primavera Gateway on an Admin server:
- Enter
cd <Primavera Gateway_Home>/WLST/adminserver
- Run
./startGatewayAS.sh
- Notes:
- You may need to set permissions on the startGatewayAS.sh file. If so, enter the following command:
chmod 755 startGatewayAS.sh
. - You must use the <PrimaveraGateway_home>\WLST\startGateway*.sh scripts to start the Primavera Gateway domain because these scripts contain the specific memory and timezone settings required by Primavera Gateway.
To stop Primavera Gateway:
- Enter
cd <Primavera Gateway_Home>/WLST/adminserver
- Run
./stopGatewayAS.sh
Note: You may need to set permissions on the stopGatewayAS.sh file. If so, enter the following command:
chmod 755 stopGatewayAS.sh
Primavera Gateway Installed on a Managed Server
To start Primavera Gateway on a managed server:
- Enter:
cd <Primavera Gateway_Home>/wlst/managedserver
- Run:
./startGatewayMS.sh
Note: You may need to set permissions on the startGatewayMS.sh file. If so, enter the following command:
chmod 755 startGatewayMS.sh
To stop Primavera Gateway on a managed server:
- Enter:
cd <Primavera Gateway_Home>/
wlst/managedserver - Run:
./stopGatewayMS.sh
Note: You may need to set permissions on the
stopGatewayMS.sh
file. If so, enter the following command:chmod 755 stopGatewayMS.sh