Previous Topic: Configure the Provisioning ServerNext Topic: SDK Packages


Building and Debugging

After installing the SDK for CA IAM CS, refer to the README.txt file in the cs-sdk-home directory. The file explains how the ANT build harness works, and the recommended procedure for debugging.

However, to debug a production connector server remotely, there are some flags you are required to provide on the "java" command-line used to run CA IAM CS. You can refer to these flags in the following file:

cs-sdk-home/build/apache-servicemix-4.3.1-fuse-00-00/bin/servicemix_debug.bat

Use this file to invoke a development CA IAM CS. The flags are "-Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=5005,suspend=n".

Note: For more information, see http://www.ibm.com/developerworks/opensource/library/os-eclipse-javadebug/index.html which is a useful reference article.

Be aware of the following: