VisualVM Profiling tab missing for Tomcat server -


i running tomcat 6.0.29
java visual machine use default not checked , location is:

c:\program files\java\jdk1.6.0_20\jre\bin\server\jvm.dll 

running visualvm c:\program files\java\jdk1.6.0_20\bin\jvisualvm.exe

tomcat doesn't show local application , can load "remote" connection using jmx, don't profiling tab.

it looks tomcat running 'windows service', right? if so, have 2 options:

  1. run visualvm windows service too. see this post more info.
  2. get newer version of visualvm (jdk 1.6.0_29 3 years old) , use cpu sampler - work on jmx connection , in cases provides enough information diagnose problem.

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -