Wednesday, July 6, 2016

Deploy JAR file into R12 server in OA

1. Deploy your JAR file at some custom location in R12 server
i.e. –

/us1001/TEST/apps/apps_st/appl/custom/12.0.0/XX_TEST





2. Open “orion-application.xml” file present at path –

$ORA_CONFIG_HOME/10.1.3/j2ee/oacore/application-deployments/oacore/

~]$ ps -ef|grep inh
 ~]$ cd /us1001/TEST/apps/tech_st/appl/
[oratest@xxx]$ cd ..

[oratest@xxx apps]$ ls *.env


[oratest@xxx apps]$  . APPSTEST_phl3dsjpmtdb01.env 



[oratest@xxx appl]$ cd $ORA_CONFIG_HOME

[oratest@xxx ora]$ pwd
/us1001/TEST/inst/apps/TEST_xxx/ora

[oratest@xxx ora]$ ls
10.1.2  10.1.3

[oratest@xxx1 ora]$ cd 10.1.3/

[oratest@xxx 10.1.3]$ ls
Apache  cfgtoollogs  config  deconfig  j2ee  javacache  network  opmn  TEST_xxx.env

[oratest@xxx 10.1.3]$ cd j2ee/oacore/

[oratest@xxx oacore]$ ls
application-deployments  config  persistence  tldcache

[oratest@xxx oacore]$ cd application-deployments/

[oratest@xxx application-deployments]$ ls
admin_ejb  default  dms  JMXSoapAdapter-web  oacore

[oratest@xxx application-deployments]$ cd oacore/

[oratest@xxx oacore]$ ls
datasources  html  orion-application.xml

[oratest@xxx oacore]$ vi orion-application.xml 
<?xml version="1.0"?>


3. Edit orion-application.xml” file to add JAR file path
i.e. –


<library path="/us1001/TEST/apps/apps_st/appl/custom/12.0.0/XX_TEST/jxl-2.6.3.jar" />

4. Bounce Apache Server 


No comments:

Post a Comment