Setup For Personalization Demo


1)  ATTENTION: These Java Server Pages require
   Oracle Personalization product. Oracle Personalization is part of Business
   Intelligence option of Oracle9iAS. You must have Oracle Personalization product
   installed on some machine. Please see the Oracle Personalization documenation
   for additional details. 
2) The Java API for Oracle Personalization is contained the Recommendation Engine API or "REAPI" JAR. This JAR file must be copied into WEB-INF/lib directory of your application. In your Oracle9iAS installation, Oracle Personalization REAPI JAR is located in $ORACLE_HOME/dmt/jlib/opreapi-rt.jar.
You must copy this JAR to WEB-INF/lib directory of your application before trying Oracle Personalization tag library demo.
3) This JSP Personalization demo expects that an REAPI Movie demo has been deployed into the Recommendation Engine, which JSPs are using. The REAPI demo is distributed with Oracle Personalization product. Please, install the REAPI demo prior to trying this JSP Personalization demo.
4) For the demo which uses a configuration file, record.jsp , edit the supplied WEB-INF/personalization.xml to provide the appropriate attributes in RE element.
5) For the stateful demo which does not use a configuration file, recommend.jsp, please edit the jsp example to supply the RE attributes which apply to your Oracle Personalization installation.
6) For the stateless demo stateless.jsp you will be prompted to supply RE connect parameters first time you access it.