How to bounce Web server

来源:互联网 发布:淘宝上买摩托车被骗了 编辑:程序博客网 时间:2024/05/20 16:41
After finish OAF customization, we need to run two scripts:
One Script which is responsible for bouncing Oracle HTTP Server (adapcctl.sh), while another responsible for bouncing OC4J container (adoacorectl.sh)

So basically, here is the sequence of steps you need to do :
1. Connect to Host Server using telnet

2. Change the Directory 

    cd $ADMIN_SCRIPTS_HOME

3. And Execute below Commands in current Directory
   adapcctl.sh stop
   adoacorectl.sh stop
   adapcctl.sh start
   adoacorectl.sh start
0 0
原创粉丝点击