Documentation |
 |
|
Installing DBPrism/Cocoon on Apache Tomcat 4.1.18+ |
We highly recommend using Tomcat 4.1.18 or higher, since
is a really straight-forward installation.
- download dbprism.war,
from SourceForge website, and copy it to
the directory $TOMCAT_HOME/webapps
-
Copy classes12.jar,
from $ORACLE_HOME/jdbc/lib to
$TOMCAT_HOME/common/lib
-
start Tomcat,
excecuting bin/catalina.sh run
-
enjoy DBPrism/Cocoon,
loading the demo page at http://localhost:8080/dbprism/
 | After starting Tomcat you could find prism.properties file at $TOMCAT_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 Tomcat.
|
|
Installing DBPrism Oracle's mod_plsql/OAS emulation on Apache Tomcat 4.0.4-b2+ |
-
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 $TOMCAT_HOME/webapps and execute
jar xvf $PRISM_HOME/bin/dpls.ear dpls.war
-
Copy classes12.jar,
from $ORACLE_HOME/jdbc/lib to
$TOMCAT_HOME/common/lib
-
start Tomcat,
excecuting bin/catalina.sh run
-
enjoy DBPrism,
loading the demo page at http://localhost:8080/dpls/sample/demo.startup
 | After starting Tomcat you could find prism.properties file at $TOMCAT_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 Tomcat.
|
|
|
|
|
|