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

Monitoring Jboss

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
hi friends

iam currently undergone a project titled as "Monitoring Jboss Application server", i had already devoloped a web application to monitor jboss in remote systems.my application deploy a war file in remote systems and
monitor dynamically changing values in jboss such as FreeMemory,ActiveThreads and Classes Loaded. and Display in the form of graphs and charts. here iam using jfreechart to create graphs. now i hav some issues. They are

1.) if my client accidentally delete my war file , my application won`t work.

2.) Deploying war file in Client systems make some security issue, so iam unable to do

is it any other way to monitor jboss without deploy war file?

please give some articles how to programatically access jmx console in jboss ?
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Let's continue the discussion in your other thread https://coderanch.com/t/449832/JBoss/jmx-remote
 
    Bookmark Topic Watch Topic
  • New Topic