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:
Post a Comment