Skip to content

Deploying Solutions

dotxyteam edited this page May 18, 2026 · 5 revisions

To run a solution in the target environment (other than the development environment), you can execute the CMD binary file with the following options (from the installation directory):

  • on Windows:

j-enterprise-service-bus-cmd.exe path-to-solution.zip --env-settings path-to-env-settings.properties --run-solution

  • on Linux:

./j-enterprise-service-bus-cmd path-to-solution.zip --env-settings path-to-env-settings.properties --run-solution

The files j-enterprise-service-bus.l4j.ini and j-enterprise-service-bus.l4j-cmd.ini contained in the installation directory allow to control the JVM options and system properties for the two programs (GUI and CMD). Example of content:

-Xms512
-Xmx2048
-Dcom.otk.jesb.runnerLogVerbose=false

Note that the log file path-to-solution.zip.log will be generated. The verbose mode can be enabled using the system property value -Dcom.otk.jesb.runnerLogVerbose=true.

Clone this wiki locally