Monday, June 20, 2016

Deploy ADF application as lib (adflib jar) to WLS; & Refer an ADF lib in an ADF application (ear)


adfJar App;


  • Create MANIFEST.MF file; define the properties of the lib here  (SampleApp->SampleUI->/src->/META-INF->/create a file MANIFEST.MF)

  • Deploy UI project as adflib jar to WLS


EAR app:


  • Create a weblogic.xml descriptor file and provide the referring 'lib' name(SampleApp\SampleUI\public_html\WEB-INF\(weblogic.xml))

  • Make sure lib is not being deployed by default from the EAR application

Imp;

Make sure the lib is depolyed first before deplloyiong the main app (ear)



ref: andrejusb.blogspot.com;rohanwalia.blogspot.sg

No comments: