DBPrism Servlet Engine
common.xml Configuration File

This file is located into the root directory of DBPrism CMS distribution. It have all commons parameters for DBPrism CMS installation, usually you change this file if you are installing DBPrism CMS in another database instance.

Sites located at the sites directory includes this file for getting common configurations values such as database connect string, sys password and so on.

Here a list of the parameters, default values, explanation text.

commo.xml file
ParameterDefault ValueExplanation
databasetest SQLNet database connect string, test it before installing the CMS using tnsping utility or SQLPlus
log/tmpDirectory used for storing log during the installation steps and when the CMS is running for storing DBPrism Servlet Engine logs.
dba_user/dba_passsys/change_on_installOracle database user name and password with DBA role used to create schemas during the installation steps. Not required during CMS regular operation.
user/passscott/tigerUser for demo of DBPrism/Cocoon integration.
cms.owner.user/cms.owner.passCMS_CODE/CMS_CODEDatabase user name and password for storing CMS Java/PLSQL code, please put this in uppercase .
cms.admin.user/cms.admin.passCMS_DATA/CMS_DATADatabase user name and password which hold CMS_DOCS and other CMS tables, this schema is used only for storing content assets, another CMS user will have grants on this schema and the access is controlled using WebDAV ACLs, please put this in uppercase .
proxy.host/proxy.portnull/nullProxy host and port used by the database Jobs to connect to internet, if you have direct access to internet leave these parameters to null.
db.host/db.port/db.sid/localhost/1521/testDatabase connect string string used by JDBC thin drivers, these values must point to the same instance as the SQLNet string defined into database parameter above.
web.host/web.portlocalhost/8888Host name and port where your container will run.
admin.port/admin.user/admin.pass23791/oc4jadmin/adminIf your using OC4J container, set these values to the RMI configuration for automatically deploy your CMS using Ant.
ORACLE_HOME${env.ORACLE_HOME}Usually this value is defined reading the ORACLE_HOME environment setting, this value must point to a valid Oracle Home with the SQLPlus, loadjava libraries, tnsnames.ora and so on.
JAVA_HOME${env.JAVA_HOME}Usually this value is defined reading the JAVA_HOME environment setting.
This work is licensed under a Creative Commons License . Creative Commons License
(C) 1999-2008 - DBPrism ~ DBPrism CMS | Marcelo F. Ochoa | TANDIL ~ Argentina | 2009-08-31T22:01:12
DBPrism at SourceForgeBuilt with Cocoon2