OAF Deployment – CustomJar

Below is the sample shell script ( createjar.sh ) to create Custom Jar for R12.2.*

 cd $JAVA_TOP
 cp customall.zip cuztomall_bkp.zip
 cp customall.jar customall_bkp.jar
 rm customall.zip
 rm customall.jar
 zip -r customall xxsar
 adjava oracle.apps.ad.jri.adjmx -areas $JAVA_TOP/customall.zip -outputFile $JAVA_TOP/customall.jar -jar $CONTEXT_NAME 1 CUST jarsigner -storePass puneet -keyPass myxuan

Comments |0|

Legend *) Required fields are marked
**) You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
Category: OAF