Deployment of OAF Pages in R12.1.3

Below are the steps involved in Deployment of OAF pages in R12.1.*

1. Login to your EBS Instance with putty tool or any other software.
2. Switched to applmgr user (using sudo su – applmgr)
3. set Apps env (by running /u01/PROD/app/apps/apps_st/appl/APPS<$ORACLE_SID>_$HOSTNAME.env file)
4. Go to $INST_TOP/admin/scripts
5. run script adapcctl.sh for stopping Apache server first, and then run the same script to start it again.

cd $INST_TOP/admin/scripts

./adapcctl.sh stop

./adapcctl.sh start

6. You can check the status of Apache server using below command

./adapcctl.sh status

Leave a Reply

Your email address will not be published.