I'm monitoring an application with VisualVM on a remote server running Tomcat 7. When I try to open the heap dump browser all I get is a window prompting me to enter a path for the dump file to be saved but there is no browser window.
I'm starting tomcat with the below variables
export JAVA_OPTS="-Dcom.sun.management.jmxremote=true \
-Dcom.sun.management.jmxremote.port=9090 \
-Dcom.sun.management.jmxremote.ssl=false \
-Dcom.sun.management.jmxremote.authenticate=false \
-Djava.rmi.server.hostname=host ip"
Is there a way for me to open a heap dump browser window when connecting to a remote application?