Lab 1G : Execute APIGateway script with Install configure - github2alfred/oracle-apipcs-Lab GitHub Wiki
Configure action can be performed using below command
./APIGateway -f gateway-props.json -a configure
Above steps will create a domain with name “gateway1” which will have one admin server and 1 managed server, along with node manger process.
It also generate a separate log file “gatewayDomainCreation.log” at this location /u01/apics/install/logs/ which will give much more visibility about all executed steps.
So, far we executed install and configuration action as result weblogic server binary, gateway binary been installed and wls domain been created.
Now, in next steps we will be starting this environment which will make gateway node up and running.