IBM Tivoli Composite Application Agent for J2EE, Version 7.1.1

Pre-configuration step for monitoring J2SE applications

If there is a startup script for your application, edit the customized script before running the Configuration Tool.

Specify the following two anchors in the customized script to correctly locate the appropriate section of the script and insert the configuration of the Data Collector into the startup script:

Important: Any existing Garbage Collection (GC) logging argument or Java™ security policy will be overwritten after the configuration process.

Examples:

%_EXECJAVA% %JAVA_OPTS% %CATALINA_OPTS% %DEBUG_OPTS% 
-Djava.endorsed.dirs="%JAVA_ENDORSED_DIRS%" -classpath "%CLASSPATH%" 
-Dcatalina.base="%CATALINA_BASE%" -Dcatalina.home="%CATALINA_HOME%" 
-Djava.io.tmpdir="%CATALINA_TMPDIR%" %ITCAM_JVM_OPTS% %MAINCLASS%\ 
    %CMD_LINE_ARGS% %ACTION%


Feedback