This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: I can only see results for tomcat and jvm classesclebert.suconic Oct 3, 2006 5:01 PM (in response to anthony.nolan)Detail the servlets untill you see your classes. 
 You can do a tree navigation by aways detailing a servlet.
 try once with only
 -XrunjbossInspector:C:/tmp_prof/,memory=false
 Than try with
 -XrunjbossInspector:c:/tmp,include=com.yourpackage.*,ignore=*,memory=false
 Also, in your class select a filter, then click in all Classes.
 Usually the first view you get will show you only roots. viewing all Classes will probably show your classes. A tomcat class is going to be the root as it will receive the socket from internet.
 
    