-
Notifications
You must be signed in to change notification settings - Fork 0
Deploying Solutions
olitank edited this page Dec 7, 2025
·
5 revisions
To run a solution in the target environment (other than the development environment), you can execute (from the installation directory):
- on Windows:
windows-jdk\bin\java -jar j-enterprise-service-bus.exe path-to-solution.zip --env-settings path-to-env-settings.properties --run-solution
- on Linux:
./linux-jdk/bin/java -jar j-enterprise-service-bus path-to-solution.zip --env-settings path-to-env-settings.properties --run-solution
Note that by default, the log file path-to-solution.zip.log will be generated, and verbose mode can be enabled using the system property -Dcom.otk.jesb.runnerLogVerbose=true.