How to Bounce Apache in Oracle Apps

Need to run the following two commands to stop the Apache from running:
./adoacorectl.sh stop
./adapcctl.sh stop

Need to run the following two commands to start the Apache Running:
./adoacorectl.sh start
./adapcctl.sh start

We can see those two files in the following path:
/disk5/PROD/inst/apps/PROD_LINUX/admin/scripts

Note: Path varies based on the Instances.

No comments:

Post a Comment