I have to profile a local Tomcat web application with VisualVM, but when I start VisualVM and open Tomcat connection, the Profile option in Applications menu is disabled and I can't profile it.
I'm using VisualVM 1.3.8 and my JAVA_HOME
points to JDK 1.8 folder. I'm starting Tomcat through Eclipse Kepler and in my Catalina.bat file I'm starting Tomcat with JDK 1.8 too. In Eclipse I'm working with JDK 1.8 as the default environment.
I have tried to change de TMP folder because I read about it in another issues like mine, but although I have now my TMP folder in C:\Temp directory, profile tab doesn't show.
What can I do? What things I'm doing wrong?