• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

using jconsole

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello everybody,

i have been trying to use jconsole to monitor my application. steps i followed are,

1. started running my tomcat
2. made my enterprise application up on tomcat
3. in command prompt, entered 'jconsole' and the jconsole GUI is visible
4. by following this link, http://blogs.sun.com/alanb/entry/getting_started_with_jconsole_just i am unable to view my application which is running on the server as mentioned in the link

what could be the problem?

thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic