On 1/30/07, Enrico Goosen <[EMAIL PROTECTED]> wrote: > > Hi, > > I've edited eclipse.ini as per Jeff's email below, and that seems to > have fixed the problem. > > I wasn't able to get JConsole working. > I added this to eclipse.ini: > -Dcom.sun.management.jmxremote > > I also added it to the Tomcat VM args, but when I startup JConsole via > the command line, it doesn't display any running Java processes. > Any ideas Brian?
Is tomcat running on the same version of VM as jconsole? Tomcat won't necessarily be running on the same VM as eclipse. I've run jconsole on my machine (linux / java1.6) and it picked up all the java instances running and I could connect to them, apart from resin (runnning on 1.4) which it still displays, but greyed out. I haven't used jconsole for a while, so thats as far as my input takes me right now.. Brian > > PS. I'm trying to monitor my webapp running on Tomcat via Eclipse. > From the JConsole examples I've seen, it seems to work fine for java > applications started via command line. <SNIP> -- Brian Silberbauer Consultant +27 (0)83 566 2705 skype: brian.silberbauer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CTJUG Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/CTJUG-Forum For the ctjug home page see http://www.ctjug.org.za -~----------~----~----~----~------~----~------~--~---
