Originally posted by: Rick Barendse
Does anybody know if the REST API is available under Linux the Linux installations of ITX v9.0? Following the documentation under https://www-01.ibm.com/support/docview.wss?uid=swg27051084#api_install it should be, but in the installations for Linux of Command Server v9.0, Launcher and Application Programming, it looks like it is not avaiable. If I take a look under /opt/ibm/wsdtx no restapi directory or tx-rest file is available.
Below two parts of the documentation link above, from which it looks like it should be available:
1.
Configuring the tx-rest.properties configuration file
The tx-rest.properties configuration file is installed in the ITX installation directory (install_dir). Comments in the file explain each property. At a minimum, set the following properties in the tx-rest.properties file. The directories you specify in the configuration file must be existing directories:
map.dirs - one or more directories that contain the compiled map files.
catalog.dir - the directory where the map catalog file is to be created
work.dir - the directory for temporary files used during map execution
redis.host - the host (and port) of the Redis server. By default, this is set to localhost.
exec.log.dir - the directory where map execution logs are written
2.
Deploying the WAR file
The tx-rest.war file implements the REST API for ITX. It's installed in the $DTX_HOME_DIR/restapi directory. Deploy the .war file like any other web application
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange