Installing DBPrism/Cocoon on Caucho Resin 2.1.x
We highly recommend using Resin 2.1.0 or higher, since is a really straight-forward installation.
- download dbprism.war , from SourceForge website, and copy it to the directory $RESIN_HOME/webapps
- Copy classes12.jar , from $ORACLE_HOME/jdbc/lib to $RESIN_HOME/lib
- start Resin , executing $RESIN_HOME/bin/httpd.exe on windows or $RESIN_HOME/bin/httpd.sh on *nix
- enjoy DBPrism/Cocoon , loading the demo page at http://localhost:8080/dbprism/
After starting Resin you could find prism.properties file at
$RESIN_HOME/webapps/dbprism directory, edith it with your database
requirements because it is configured with the Oracle user
scott/tiger
and the instance
orcl
, then restart Resin.
Installing DBPrism Oracle's mod_plsql/OAS emulation on Caucho Resin 2.1.x
- build dpls.ear , executing $PRISM_HOME/applications/build_dpls.sh (or .bat on windows)
- extract dpls.war , unziping dpls.ear file generated into $PRISM_HOME/bin. Move to the directory $RESIN_HOME/webapps and execute jar xvf $PRISM_HOME/bin/dpls.ear dpls.war
- Copy classes12.jar , from $ORACLE_HOME/jdbc/lib to $RESIN_HOME/lib
- start REsin , excecuting $RESIN_HOME/bin/httpd.exe on windows or httpd.sh on *nix
- enjoy DBPrism , loading the demo page at http://localhost:8080/dpls/sample/demo.startup
After starting Tomcat you could find prism.properties file at
$RESIN_HOME/webapps/dpls directory, edith it with your database
requirements because it is configured with the Oracle user
scott/tiger
and the instance
orcl
, then restart Resin.
This work is licensed under a
Creative Commons License
.


