There is a test called org.jboss.profiler.test.jvmti.JVMTIWebTestManual
I don't have an ant target for it yet. But if you run it through eclipse, you would be
able to see the simple web interface.
You have to add those two parameters on the JDK:
-Djava.library.path=/work/projects/prof2/src/native/
-agentpath:/work/projects/prof2/src/native/libJBossProfiler.so
Or define LD_LIBRARY_PATH, and only add one:
-agentlib:JBossProfiler
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4249116#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...