I run JVisualVM (Windows XP, Sun Java 1.6.0.13, 32 bit client VM) to monitor a distant application (Linux, Sun Java 1.6.0.07, 64 bit server VM). Before starting the actual r
There is a way to do it!
On remote machine use following jmap -dump:file= :1099
jhat
The above will start a web application at port 7000
All the above tools are part of JDK 1.6
All the best!