How to Bounce Apache or OC4J for OAF Development

1) login to your instance with putti or any other software
2) cd $ADMIN_SCRIPTS_HOME
3) adapcctl.sh stop
4) adoacorectl.sh stop
5) adapcctl.sh start
6) adoacorectl.sh start

Check Status
adoacorectl.sh status

OAF Server和Form Server是不同的,所以重启Apache Server不会影响Form Server.
Bouncing the Apache or OC4J will impact only the self service pages.It won't bounce the form server.

Bouncing Apache will not disconnect the connected users from the application. In case you stop Apache only, new sessions will not be allowed, and you will get an error if you try to access any self service page for the connected sessions.

Reference:

https://forums.oracle.com/forums/thread.jspa?threadID=1038862


你可能感兴趣的:(apache)