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

ReleaseYes/No
8.3.x
8.2.x

Applicable RDBMS

RDBMSYes/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

  1. Run the DMT on a specific application version :

JRE PATH>\bin\javaw.exe -Dlaunch4j.exedir="./" -Dlaunch4j.exefile="./DeliveryManagerTool.exe" -jar “\DeliveryManagerTool\DeliveryManagerTool.exe” -StoragePath “” -oneApplicationMode -oneVersionMode -serverUrl "" -logFilePath “.castlog2”

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”


   ![](https://doc-data.castsoftware.com/TG/attachments/566528597/566528599.png)
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 “\DeliveryManagerTool\DeliveryManagerTool.exe” -StoragePath “” -oneApplicationMode -serverUrl "" -logFilePath “.castlog2”

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”


   ![](https://doc-data.castsoftware.com/TG/attachments/566528597/566528598.png)
3. Run the DMT freshly

\bin\javaw.exe -Dlaunch4j.exedir="./" -Dlaunch4j.exefile="./DeliveryManagerTool.exe" -jar “\DeliveryManagerTool\DeliveryManagerTool.exe” -StoragePath “” -serverUrl “” -logFilePath “.castlog2” -audience Integrator

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


![](https://doc-data.castsoftware.com/TG/attachments/566528597/566528596.png)

**Notes / Comments**

**Related Pages**