My tomcat (version: 5.5.25) launches an application that I am trying to run using VisualVM (version: 1.3.2). Everything looks good, but not all classes and methods are shown in visualVM. They are not in the line [main]. I know this because it is the name of the thread that I get if I get a breakpoint. Classes that go beyond the core, for example. [worker1], [worker2], ... are displayed correctly.
Any ideas what could be the reason? Or what could I try?
Since the application that I run (it is called Assentis Docbase ), it can be configured by default for the tomcat configuration. But they allowed me to expand the scope of my own classes and those that I want to profile.
VisualVM I run the default configuration at boot.
source
share