Thursday, May 11, 2017

Server bouncing for OAF Customizations

R12 Oracle HTTP and OC4J container need to be get bounced to view the changes of customization. Find the detail for more information.

Bouncing OC4J server, for OAF to pick latest class and xml files.
In R12, there are two scripts which need to run to bounce the HTTP server and make OC4J container pick latest class files instead of one as in 11i, we only need to run adapcctl.sh shell script to bounce Apache Jserv.

Since in R12 Jserv is replaces by OC4J container, we need to run two scripts:
1)Script which is responsible for bouncing Oracle HTTP Server (powered by Apache).(adapcctl.sh)
2)Script which responsible for bouncing OC4J container (adoacorectl.sh)

So basically, here is the sequence of steps you need to do :
1)adapcctl.sh stop
2)adoacorectl.sh stop
3)adapcctl.sh start
4)adoacorectl.sh start
All these scripts are in $ADMIN_SCRIPTS_HOME

courtesy - http://learn-oracle-ebiz.blogspot.in/2012/10/server-bouncing-for-oaf-customizations.html 

No comments:

Post a Comment