Skip to content
Gilgamesh edited this page Feb 20, 2023 · 5 revisions

While you're here, check out https://artbox.ai/ for Cool A.I Art Generation

DataPower Configuration Manager (command line and UrbanCode Deploy plugin)

This project simplifies IBM DataPower Gateway appliance management. It currently works with all DataPower appliances except for the XC10, and it works with all versions of firmware to date.

Note that some features, such as Patterns, have not yet been integrated.

DCM is built in several layers and the top layer is based on Ant and a build file named deploy.ant.xml. Interior layers include XSLT and Java. You are discouraged from using these interior layers directly as a long-term project is underway to replace much of this code. The deploy.ant.xml targets (and their associated properties and definition files) will be forward compatible.

See the Quick Start page for details on getting DCM up and running on the command line and under UrbanCode Deploy as a plugin.

Operating System Support

We highly recommend running commands, both manually and via an IBM UrbanCode Agent, on Linux operating systems. There is a severe bug in Ant on Windows that incorrectly parses many special characters. This issue is further detailed in the Invalid Characters on Windows Wiki page.