HHi all
Can some provide instructions fro getting JLA up and running under JBoss 4.2.x. I have an EAR file I'd like to instrument where should I put the agent jar file and dll .
I don't know a great deal about JBoss but you can copy the JLAagent.dll file to the jre/bin/ directory and the JLAagent.jar file to jre/lib/ext of the VM you are using. This will enable the VM to pick those files up without having to have them added to the classpath. However, you will still need to tell whatever it is that launches Java to use the JLA.