Run a ScalarDL Application Through ScalarDL Ledger
This guide explains how to run a ScalarDL application through ScalarDL Ledger. This document assumes that you have already tried the Get Started with ScalarDL Ledger tutorial and created your application that integrates ScalarDL by using the Client SDK by referring to the Write a ScalarDL Application in Java guide.
Decide on configurations​
Before running ScalarDL applications through Ledger, you first need to configure Ledger and the client that interacts with Ledger.
There are several important options that you must set and decisions to make as described below.
Disable Auditor​
You must disable Auditor since you'll be running your applications through only Ledger. Disabling Auditor has to be done in the client and Ledger configurations as follows.
- In the client configuration, set
scalar.dl.client.auditor.enabledtofalse. (Sincefalseis the default value, you can choose to omit this property.) - In the Ledger configuration, set
scalar.dl.ledger.auditor.enabledtofalse. (Sincefalseis the default value, you can choose to omit this property.)
If you are using the scalardl-samples environment, see the ledger.properties file for the corresponding storage.
For details about the configurations, see the following: