Configure javaagent on IBM Cognos
If the OS is Windows, configure javaagent on "bootstrap_wlp_winx64.xml" .
If the OS is Unix/Linux, configure javaagent on "bootstrap_wlp_linux.xml"
These bootstrap XML files are located under <cognos_install>/bin directory.
Sample Configuration :
<param>-javaagent:"<agent-install-dir>/javaagent.jar"</param>
<param>-Dorg.osgi.framework.bootdelegation=com.singularity.*</param>