I'm trying to make deployments of custom probe classes easier by bundling in my gradle build as part of WAR creation. Unfortunately, yourkit when attempting to activate the probe throws a classnotfound exception. What are the yourkit parameters where i can bundle the probe jar in my WAR (and NOT have to copy manually into the container), where yourkit will find the probe class?
Thanks!
~t