Friday, 24 February 2017

Bounce the Apache & OA Core Service

This post is about how we can bounce the Application. Any java code uploaded on the server comes into effect after the application is bounced (Restart).

Steps: 
Run the below mentioned commands:

1) cd $ADMIN_SCRIPTS_HOME
2) ./adapcctl.sh stop
3) ./adapcctl.sh start
4) ./admanagedsrvctl.sh stop oacore_server1
5) ./admanagedsrvctl.sh start oacore_server1


No comments:

Post a Comment