I’ve got my Tomcat 6 running on a remote server with options to enable remote profiling using the following:
-Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.port=9090 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
Can I configure MyEclipse 10 to connect and profile remotely? I can’t seem to find any detail on how to do that and the “Profile Configurations” dialog doesn’t have a “Remote Java Application” option like the “Debug Configurations” dialog has.