This step is required only if the SingServer runs with a database management system.
Configuring the Database Driver
Add the MariaDB database driver by hot-deploying it into the deployment directory. The driver will be picked up by WildFly and deployed, allowing the creation of the data source in the next step. You can use a generic name, without a version number to get the generic driver-name for the data source command.
|
›_ Console |
|---|
|
Configuring the Data Source
To add a data source for SignServer to use, run the command below with JBoss CLI (by using APPSRV_HOME/bin/jboss-cli.sh).
|
›_ Console |
|---|
|
The MariaDB data source example configuration uses the driver deployed in the previous step Configuring the Database Driver. The --jindi-name above is the default database.properties value.