Details
Description
When using Insight (v1.9) and tc Server (Dev v2.9) in STS (v3.3.0) the launch configuration is missing JVM arguments and classpath entries preventing Insight from running.
The following jars must be added to the classpath (via the server's launch configuration), both found in the tcS instance's bin directory:
-insight-bootstrap-tomcat-extlibs-1.9.2.SR1.jar
-insight-weaver-1.9.2.SR1.jar
The following JVM arguments are missing (set via the server's launch configuration) - all of them may not be required:
-Dinsight.devedition=true -Dorg.aspectj.tracing.factory=default -Dinsight.logs=$CATALINA_BASE/logs -Dgemfire.ignoreMisses=true -javaagent:$CATALINA_BASE/bin/insight-weaver-1.9.2.SR1.jar
Note: you must edit the JVM arguments via the run configurations and NOT via the server's launch configuration. If you open it via the launch configuration, STS will always delete the -javaagent argument.