DBPrism Servlet Engine
DBPrism CMS news
Scroll Up












Scroll Down
common.xml Configuration File

This file is located into the root directory of DBPrism CMS distribution. It have all commons paramaters 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
Parameter  Default Value  Explanation 
database  dev  SQLNet database connect string, test it before installing the CMS using tnsping utility or SQLPlus 
log  /tmp  Directory used for storing log during the installation steps and when DBPrism is running for storing DBPrism Servlet Engine logs. 
dba_user/dba_pass  sys/admin  Oracle database username and password with DBA role used to create schemas during the installation stepts. 
user/pass  scott/tiger  User for demos of DBPrism/Cocoon integration. 
cms.owner.user/cms.owner.pass  CMS_CODE/CMS_CODE  Database username and password for storing CMS Java/PLSQL code, please put this in uppercase .  
cms.admin.user/cms.admin.pass  CMS_DATA/CMS_DATA  Database username 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.port  null/null  Proxy 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/dev  Database 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.port  localhost/8888  Hostname and port where your container will run. 
admin.port/admin.user/admin.pass  23791/oc4jadmin/admin  If 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 enviroment setting, this value must point to a valid Oracle Home with the SQLPlus, loadjava libraries, tnsnames.ora and so on. 

This work is licensed under a Creative Commons License . Creative Commons License
(C) 1999-2006 - DBPrism ~ DBPrism CMS | Marcelo F. Ochoa | TANDIL ~ Argentina | 2006-09-11T15:52:54
DBPrism at SourceForgeBuilt with Cocoon2