To start the HSQL DatabaseManagerSwing, POST http://localhost:8081/tasks/org.hsqldb.util.DatabaseManagerSwing
If the above mentioned settings are set correctly, the POST will respond with HTTP status 200, and org.hsqldb.util.DatabaseManagerSwing will appear on the display of the service's host.
If the above mentioned settings are not set correctly, the POST will respond with HTTP status 404, and no further action will be taken.
To enable, start service with a config file containing the below settings:
database.url: Contains
:hsqldb:mem:
database.properties.org.coner.core.task.HsqlDatabaseManagerSwingTask: trueTo start the HSQL DatabaseManagerSwing,
POST http://localhost:8081/tasks/org.hsqldb.util.DatabaseManagerSwing
If the above mentioned settings are set correctly, the POST will respond with HTTP status 200, and
org.hsqldb.util.DatabaseManagerSwing
will appear on the display of the service's host.If the above mentioned settings are not set correctly, the POST will respond with HTTP status 404, and no further action will be taken.