I am working in OAF Extensions. When I started working in
Extensions, I came to know that the Apache server needs to be bounced to view
the customization changes. I done a customization and bounced the apache
server. Nothing worked out. After that I came to know that, In 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