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.
| Parameter | Default Value | Explanation |
|---|---|---|
| database | test | 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 the CMS is running for storing DBPrism Servlet Engine logs. |
| dba_user/dba_pass | sys/change_on_install | Oracle database user name and password with DBA role used to create schemas during the installation steps. Not required during CMS regular operation. |
| user/pass | scott/tiger | User for demo of DBPrism/Cocoon integration. |
| cms.owner.user/cms.owner.pass | CMS_CODE/CMS_CODE | Database user name and password for storing CMS Java/PLSQL code, please put this in uppercase . |
| cms.admin.user/cms.admin.pass | CMS_DATA/CMS_DATA | Database 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.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/test | 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 | Host name 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 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
.


