How to bounce Web server

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
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章