Wednesday 20 January 2016

Deployment of Custom OAF Pages in R12.2.4



Deployment of Custom OAF Pages in R12.2.4
------------------------------------------------------------------------------------------------------------------------
Open Putty
Run Cd $JAVA_TOP
Pwd
Check the file path whether it is fs1 or fs2 .

Copy <Your custom Folder>.zip to server java top.
Ex:XXIPR.Zip






Give your <custom folder>.zip name after $JAVA_TOP
EX:
Here I am taken XXIPR.zip
Run Below Command it will Generate XXIPR.jar
adjava oracle.apps.ad.jri.adjmx -areas $JAVA_TOP/XXIPR.zip -outputFile $JAVA_TOP/XXIPR.jar -jar $CONTEXT_NAME 1 CUST jarsigner -storePass -keyPass

Run Below Command it will Generate Custompll.jar

Run adcgnjar

Make sure that after running this Command check whether both Custompll.jar and XXIPR.jar is created or not.







Next Modify the Below Template .
ebsProductManifest_xml.tmp in cd $ADMIN_TOP/templates
Add <library>XXIPR.jar</library> under <library>Custompll.jar</library>



Copy The Custompll.jar folder in local desktop

And open with JD-GUi java Compllier.

Check all the structure is created or not.
















Controller Extensions in R12.2.4
------------------------------------------------------------------------------------------------------------------------




Open putyy and run Below commands

Running Autoconfig on R12 environment Database Tier
It will configure all the tops .
./adautocfg.sh
Give apps pwd

cd $ADMIN_SCRIPTS_HOME
Bouncing Web Logic Server
---------------------------------------
./admanagedsrvctl.sh stop oacore_server1
Give weblogic pwd
./admanagedsrvctl.sh start oacore_server1
Give weblogic pwd



Restarting Apache :
---------------------------------------
./adapcctl.sh stop

./adapcctl.sh start





Copy The modified class files in server folder


Run adcgnjar
Give username
Password
It will generate jar files and update the Custompll.jar folder

Bounce the weblogic server and bounce apche server

No comments:

Post a Comment