Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Varaible

Description

Example

Config Location

application.applicationname

Application name. Should be the same as project root directory name.

 

./configwww/_serverspecificvarsApplication.cfm

application.dsn

Application datasource

mydatasource

./config/_serverspecificvars.cfm

application.dbtype

Must correspond to a supported database type.

mssql or mysql or ora or poastgresql

./config/_serverspecificvars.cfm

application.dbowner

Database owner prefix. Don't forget the "."

dbo. for MS SQL, often blank for mySQL, etc

./config/_serverspecificvars.cfm

...