Hurriyet

5 Ocak 2015 Pazartesi

Oracle E-Business Suite: Restarting HTTP Server - Apache in 12.2.* - Apache Bounce Script - Bounce Apache Server - 12.2.4'de Apache Başlatılması

Unlike our last article on how to start Apache server in R12.1.3 "http://berkeoz1.blogspot.com.tr/2013/07/oracle-e-business-suite-apache.html" we need to be changing the scripts that we have used before since we now have different scripts to use.

Therefore to restart the Apache server; we need to:

1- Stop HTTP server with adapcctl command.
2- Stop the oacore server
3- Start oacore server back again.
4- In the end restart HTTP server with adapcctl command.

General procedure is given below:


[applmgr@T1VSTEBSAPP01 scripts]$ cd $ADMIN_SCRIPTS_HOME  
 [applmgr@T1VSTEBSAPP01 scripts]$ adapcctl.sh stop  
 [applmgr@T1VSTEBSAPP01 scripts]$ admanagedsrvctl.sh stop oacore_server1   
 [applmgr@T1VSTEBSAPP01 scripts]$ admanagedsrvctl.sh start oacore_server1   
 [applmgr@T1VSTEBSAPP01 scripts]$ adapcctl.sh start  

Hiç yorum yok:

Yorum Gönder