Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Starting October 11, 2024 (Zephyr Enterprise 8.2), the Zephyr Enterprise documentation moved from its current location on Atlassian to a dedicated, standalone Zephyr Enterprise documentation page. Please see: https://support.smartbear.com/zephyr-enterprise/docs/en/zephyr-enterprise/zephyr-installation---upgrade-guides/zephyr-on-premise-production-installation/jdbc-properties-file-field.html |
ZEPHYR_HOME = Zephyr installation directory
ZEPHYR_DATA = It is the place where your zephyrdata folder is present which has the attachments NODE_DATA = Path to nodedata folder
db.driverClassName = driverClassName corresponding to your selected database
db.url = database URL
db.username = database username
db.password = database password
db.name = Zephyr database schema name example itcc
hibernate.dialect = hibernate.dialect based on your selected database
db.dversion.username = dversion username
db.dversion.password = dversion password
db.type = database type such as Mysql, Oracle or MSSQL
jdbc.characterEncoding = utf8
db.persistence.manager = org.apache.jackrabbit.core.persistence.bundle.MSSqlPersistenceManager
...