I have been trying various ways of getting VisualVM to see my Tomcat web application.
I have the config in Eclipse to allow it to control the Tomcat installation.
I have all my temp directories set to c:\development\temp in Eclipse, VisualVM, and Tomcat.
I have tried setting CATALINA_TMPDIR, -Djava.io.tmpdir in VM arguments of Eclipse launch configurations, and everything else I can find on the web. Only Tomcat does not create hsperfdata_USERNAME in the c:\development\temp directory. It keeps writing to c:\users\XXX\appdata\temp.
Am I missing something?