Requirement :
1.Atleast Two Node R12 Setup , with WebService running on both the Nodes
2.Seperate Node for WebCache
Software Requirement :
1. R12 Dump for Linux
2. Oracle Application Server Web Cache Standalone 10g v10.1.2.0.2 for Linux
Installation Phase I:
1. Setup R12 Two Node Instance (r12lab01,r12lab02)
2. Run Autoconfig on both the nodes and make sure that there are no errors.
3. Start the Service and Perform Health Check
Installatioin Phase II:
1. Install Linux on the WebCache Node
2. Name the Node as r12web
3. Create User apwebcache , group dba
4. Install WebCache 10g on the WebCache Node
5. Verify the Installation
$ORACLE_HOME/webcache/bin/webcachectl status
6. Stop WebCache
$ORACLE_HOME/webcache/bin/webcachectl stop
7. Download and Apply Patch 4569559
8. Start WebCache
$ORACLE_HOME/webcache/bin/webcachectl start
Configuration:
1. Access WebCache Admin , Username/Password : ias_admin/
2. By default, Oracle Application Server Web Cache listens for client requests on port 7777
3. Configure Web Cache Site definitions for E-Business Suite (Section 6.1.3 of Note.380486.1)
4. Configure E-Business Suite as an Origin Server (Section 6.1.4 of Note.380486.1)
5. Configure Network Timeouts (Section 6.1.5 of Note.380486.1)
6. Add Rules for Caching E-Business Suite Content (Section 6.2 of Note.380486.1)
7. Configure Oracle Application Server Web Cache as the Entry Point (Section 6.3 of Note.380486.1)
Set s_webentryhost as r12web
Set s_webentrydomain as r12.com
Set s_active_webport as 7777
Set s_webentryurlprotocol as http
Set s_login_page as http://r12web.r12.com:7777/OA_HTML/AppLogon
8. Perform Addition Requirement as per Note.380486.1 if required to your setup
9. Run Autoconfig on E-Business Suite 12 Application Middle Tier
10. Restart the Services
Conclustion:
Access your R12 with the URL http://r12web.r12.com:7777 and experience the WebCache Functionality.
More Docs:
* Oracle Application Server Web Cache Administrators Guide 10g Release 2 (10.1.2.0.2)
* Oracle Application Server Web Cache FAQ
* Troubleshooting Oracle Application Server Web Cache
The voice in my head may not be real , but they have some good ideas !!!
Fail Fast, Fail Forward, Fail Often, Fail Better , Standup Every Time
Every problem has at least one solution. Only some solutions are harder to find.
Thursday, June 7, 2007
Popular Posts
-
Unleashing the Power of AI Within Your Oracle Database: Introducing oracle_ai_plsql_agent The world of Artificial Intelligence (AI) is rapi...
-
FS_CLONE Phase It is a stand-alone command used for file system cloning. Standard cloning (using adcfgclone.pl) cannot be used to synch...
-
[oracle@testebsop3app01 ~]$ perl /u01/install/APPS/fs1/EBSapps/comn/clone/bin/adcfgclone.pl appltop /u01/install/APPS/fs1/inst/apps/SATURN_...
-
If you are an EBS administrator the first thing some asks you to do a health check of an environment , you return to him with a Request ID o...
-
PRVG-2031 : Owner of file "/u01/app/oracle/diag/crs/rac01/crs/lck" did not match the expected value on node "HOST1". [Ex...
-
Oracle EBS 12.2 - ADOP ad_zd_prep.create_patch_service exceptions Please note , if you get ADOP issues on PROD please read the logs and ...
-
EBS 12.2 ADOP Cycle Errors During Validation Cannot open XML file for load ADOP cycle will have validation errors in some cases. *****...
-
SAP BO and DS with Oracle Database Part 5 Verifying CMC and DS Now that we are done with the installation , we have to verify CMC and DS ...
-
R12.2 Highlights This release is largely focused on providing new technology stack components, new configuration options, and new syst...
-
CAUTION : This method is only for the TESTING Purpose. DO NOT BUILD PRODUCTION SYSTEM USING THIS PROCEDURE. Hardware Requirement : One Node ...