VISUAL VM and the names given to java processes
843798Apr 14 2009 — edited Feb 26 2010On a Solaris x86 I am installing considerable amount of java processes. I would like to have there managment as to be integarted as much as possible. In order to achieve this I am using VisualVM, since it can list and diagnose all the applications together.
A problem that I am having is that all processes on VisonalVM are being identified by the main class and unfortunetly all processes have the same main class:(. Distinguishing between one process and another is thus a bit difficult. Is there a way how to configure how each application is named for VisualVM purposes? I have noticed that for a tomcat process it's name is "Tomcat". How is this done?
Regards
Daniel