Oracle9iAS Personalization Administrator's Guide Release 2(v9.0.2) Part Number A95243-03 |
|
The location of opreapi_rt.jar
as shipped is $ORACLE_HOME/dmt/jlib
; this location is unknown to OC4J. The jar should be copied to other Oracle9i Application Server instances that do not have OP installed but need to access this API either directly or via the JSP tags.
Applications that use REAPI directly or through Oracle Personalization JSP tags need to make opreapi_rt.jar
visible to their application class loader. There are several ways this can be achieved in OC4J. The simplest way to make a supporting JAR visible is to place it in the WEB-INF/lib
directory of the application. If you wish to make REAPI visible to all applications in an OC4J instance, you need to place it in the $J2EE_HOME/lib
directory. For more information about application deployment, consult OC4J documentation.
In a future release we expect to include the opreapi_rt.jar
in the core installation so that these steps are not required.
The OP tags demo code is maintained by the JSP group. The tags' functionality is coded in the JSP VOB, and is also documented in the Oracle JSP Utilities Guide.
|
Copyright © 2001, 2002 Oracle Corporation. All Rights Reserved. |
|