Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

database.installation = auto: if auto, Roller will prompt to create/upgrade tables

database.connectionType = (jndi|jdbc) - choose either JNDI or JDBC connection specification
database.jndiName = jdbc/rollerdb - JNDI name to be used for data-source if type is 'jndi'
database.jdbc.driverClass: JDBC driver class , if not present then Roller will use JNDI mail-session
to be used if type is 'jdbc'
database.jdbc.connectionURL: JDBC connection string , only to be used if type is 'jdbc'
database.driverClass specified
jdbc.username: JDBC username , only to be used if type is 'jdbc'
database.driverClass specified
jdbc.password: JDBC password , only to be used if type is 'jdbc.driverClass specified'

mail.connectionType = (jndi|properties) - choose either JNDI or properties for mail session
mail.jndiName - JNDI name to be used for mail-session if type is 'jndi'
mail.hostname: Host name of mail server , if not present then Roller will use JNDI mail-session mailto be used if type is 'properties'
mail.username: Username for mail server , only to be used if mail.hostname specifiedtype is 'properties'
mail.password: Password for mail server , only to be used if mail.hostname specifiedtype is 'properties'

Change #2: Change implementations of the Roller interface (Hibernate and JPA backends)

...