Thứ Hai, 22 tháng 6, 2015

Disable SSL on EBS R12

Using SSL is good for Production system. But In real business working, we need clone production system to other system as DEV, UAT, TEST.. environment. In this Environment,  SSL make system more slow and don't need using this. For disable SSL on EBS r12 we need do some acction follow:

1) Stop Application Server
#su - oracle
$cd <APPL_TOP>
$source APPSvis_serverebs.env
$adstpar.sh apps/<apps password>

2) Disable SSL follow command

$ txkrun.pl -script=SetAdvCfg \-appsuser=apps -appspass=<Apps Password> -disable=SSL \-s_webport=<Web port>

example:
$ txkrun.pl -script=SetAdvCfg \-appsuser=apps -appspass=apps -disable=SSL \-s_webport=8000

3) Rung auto config an application server

$adautocfg.sh 
<Input apps password>

4) Start Application server

$adstrtal.sh apps/<apps password>

5) Retest web access URL 

http://<server_name>:<port>