Skip to main content

Creating the Console Properties File

  1. Navigate to the Cantara Installation Component Folder on your Console Server.

  2. In the console/etc subfolder, create a text file called cantara-console.properties

  3. Add definitions for the properties listed in the table below. Customize values to suit your deployment. Refer to Cantara Administration Console Properties for further information.

    Property

    Value

    Comment

    cantara.jdbc.drivercom.mysql.cj.jdbc.Driver
    cantara.jdbc.urljdbc\:mysql\://localhost\:3306/cip6_console_enterprise?useSSL\=false&rewriteBatchedStatements=true&allowPublicKeyRetrieval\=true&serverTimezone\=Australia/Brisbane
    cantara.hibernate.dialectorg.hibernate.dialect.MySQL8Dialect
    cantara.jdbc.usernamecantara
    cantara.jdbc.passwordcantara
  4. At web application startup, Cantara will insert additional properties into this file using default values. A summary of the additional properties and their purpose is provided below. The additional properties can also be modified as required.

Cantara Administration Console Properties

Property

Default Value

Comment

Networking
cantara.socket.timeout0Max duration for web connection with Access Server (milliseconds). 0=Indefinite
cantara.request.timeout30000Max wait time for a response (milliseconds)
cantara.connections.route250Max connections pooled together for an endpoint
cantara.connections.max500Max open connections
cantara.connection.timeout15000Max wait time for an initial connection (milliseconds)
cantara.session.timeout30Max duration of web session (minutes)
cantara.mail.hostnamelocalhost SMTP hostname
cantara.mail.port25SMTP port number
cantara.mail.protocolsmtpMail transport protocol (smtp or smtps supported)
cantara.mail.username
SMTP username
cantara.mail.password
SMTP user password
cantara.mail.authfalseAuthentication enabled (true or false)
cantara.mail.tlsfalseTLS encryption enabled (true or false)
cantara.mail.fromnoreply@cantara.cloudDefault email from address if not specified
cantara.proxy.host
Proxy server hostname
cantara.proxy.port0Proxy server port
cantara.proxy.username
Proxy server access username
cantara.proxy.password
Proxy server access password
cantara.proxy.mediafalseUse proxy server to access HTTP media attachments (true or false)
Database
cantara.jdbc.driver
JDBC driver class name
cantara.jdbc.url
Database connection string
cantara.jdbc.pool_size
Max open connections in parallel
cantara.jdbc.username
Database connection username
cantara.jdbc.password
Database connection password
cantara.hibernate.dialect
Database type (Oracle12cDialect, MySQL8Dialect, MySQL57Dialect, SQLServer2012Dialect, SQLServer2008Dialect)
cantara.hibernate.show_sqlfalseShow SQL transactions in logs (true or false)
cantara.hibernate.format_sqlfalseFormat SQL transaction for logs (true or false)
cantara.hibernate.jdbc.batch_size20Batch SQL transactions
Logging
cantara.log.levelINFOLog detail level (Should be managed through Cantara Administration Console)
cantara.log.path
Path to log file
Other
cantara.async.threads100Number of processing threads run by the console
cantara.async.timeout300000Maximum transaction processing time (milliseconds)







JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.