Description:
This document describes how to enable additional debugging for the Java Agent API SDK.
Solution:
Additional debug messages can be enabled for the pure java agent api by adding the below parameter to the JVM.
com.ca.siteminder.sdk.agentapi.enableDebug=true
Example:
java -Dcom.ca.siteminder.sdk.agentapi.enableDebug=true myClass
This parameter does not apply to the agent API that uses JNI.
TEC477497 details switching from JNI to Pure Java agent API.