Delivery Manager Tool - Information - How to run the DMT with java
Purpose
This page explains how to execute the DMT using your Java Home and not using CAST MS.
Applicable in CAST Version
| Release | Yes/No |
|---|---|
| 8.3.x | ✅ |
| 8.2.x | ✅ |
Applicable RDBMS
| RDBMS | Yes/No |
|---|---|
| Oracle Server | ✅ |
| Microsoft SQL Server | ✅ |
| CSS2 | ✅ |
| CSS1 | ❌ |
Details
If you need to run the DMT with your JRE to avoid any limitation linked to the CAST MS JRE and memory limitation, use the below command lines. Visit the following page to get the application id and the version id: Delivery Manager Tool - Information - DELIVERY Folder Structure and Contents
Run the DMT on a specific application version :
JRE PATH>\bin\javaw.exe -Dlaunch4j.exedir="./" -Dlaunch4j.exefile="./DeliveryManagerTool.exe" -jar “
Example : “C:\Program Files\Java\jdk1.8.0_161\bin\javaw.exe” -Dlaunch4j.exedir="./" -Dlaunch4j.exefile="./DeliveryManagerTool.exe" -jar “C:\SBO - CAST\Product\8.3.3\DeliveryManagerTool\DeliveryManagerTool.exe” -StoragePath “C:\SBO - CAST\CAST-MS\833\Delivery” -oneApplicationMode d448dea0-b5d3-46e1-be00-daab1648576e -oneVersionMode a618fc01-71f0-4c55-b301-74d7402d296a -serverUrl "" -logFilePath “C:\temp\DMT.castlog2”

2. Run the DMT on a specific application in order to create a new version or edit an existing version
JRE PATH>\bin\javaw.exe -Dlaunch4j.exedir="./" -Dlaunch4j.exefile="./DeliveryManagerTool.exe" -jar “
Example : “C:\Program Files\Java\jdk1.8.0_161\bin\javaw.exe” -Dlaunch4j.exedir="./" -Dlaunch4j.exefile="./DeliveryManagerTool.exe" -jar “C:\SBO - CAST\Product\8.3.3\DeliveryManagerTool\DeliveryManagerTool.exe” -StoragePath “C:\SBO - CAST\CAST-MS\833\Delivery” -oneApplicationMode d448dea0-b5d3-46e1-be00-daab1648576e -oneVersionMode a618fc01-71f0-4c55-b301-74d7402d296a -serverUrl "" -logFilePath “C:\temp\DMT.castlog2”

3. Run the DMT freshly
Example : “C:\Program Files\Java\jdk1.8.0_161\bin\javaw.exe” -Dlaunch4j.exedir="./" -Dlaunch4j.exefile="./DeliveryManagerTool.exe" -jar “C:\SBO - CAST\Product\8.3.3\DeliveryManagerTool\DeliveryManagerTool.exe” -StoragePath “C:\SBO - CAST\CAST-MS\833\Delivery” serverUrl “http://CASTAICP” -logFilePath “C:\temp\DMT.castlog2” -audience Integrator

**Notes / Comments**
**Related Pages**