The server setup on system level defines a set of properties configuring technical parameters to run the application.
Basic Server Configuration
Table 1. system.properties
| Property |
Data Type, Range |
Description |
Default |
| datasource.type |
String |
JDBC datasource configuration. There are three types of JDBC datasource:
- embedded (one (common) datasource, which is created by the application (based
on DBCP datasource))
|
embedded |
| com.gk-software.core.common.mod-event-upload.type |
String |
Logbook upload type
- SM - create XML files that will be picked up by InfoClient
- JMS - send events to ActiveMQ
|
SM |
Table 2. task-executor.properties
| Property |
Data Type, Range |
Description |
Default |
| task-executor.jmx.domain |
String |
|
${wdm.jmx.domain} |
| threadpool |
threadpool settings |
|
| core.pool.size |
Integer |
|
50 |
| max.pool.size |
Integer |
|
150 |
| keep.alive.seconds |
Integer |
|
120 |
| thread.name.prefix |
String |
|
wdmTaskExecutor- |