I installed a java agent on my jboss AS 7. But when I run the standalone.bat, it throw NoClassDefException. I find the troubleshooting guide of the agent which says "
Also verify whether the application uses OSGi. If it does (as in JBoss 7), add com.itko to the system or bootstrap packages. The method for adding com.itko is container-dependent, which makes it difficult to provide specific instructions. However, it is typically a configuration file with a property that specifies a list of packages or a similar JVM argument."
Can you provide me the specific instruction of how to add it on JBoss AS 7?
Thanks