Thursday 14 January 2016

11.5.10/12: How To Deploy Custom JSP and JAR files for Oracle iStore? (Doc ID 468181.1)


Solution

JSP FILES
  • The jsp pages should be deployed in $OA_HTML

CLASS FILES
  • The iStore related class need to be deployed in $JAVA_TOP/oracle/apps/ibe
  • Other product related files can be deployed in their respective product directories under $JAVA_TOP/oracle/apps/

JAR FILES
  • R12:

    Edit $ORA_CONFIG_HOME/10.1.3/j2ee/oacore/application-deployments/oacore/orion-application.xml
    Add an entry like this:
         <library path="/<your directory>/customstore.jar" />
    If you plan to use "ojspCompile.pl" script to manually compile your custom JSP files, then edit $INST_TOP/appl/admin/ojspCompile.properties
    Add an entry like this
             /<your directory>/customstore.jar
  • 11i:
    Edit $IAS_ORACLE_HOME/Apache/Jserv/etc/jserv.properties
    Add an entry like this:
             wrapper.classpath=<your directory>/customstore.jar
Thanks
Srini

No comments:

Post a Comment


No one has ever become poor by giving