• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

JSR 77 - starting & stopping application

 
Ranch Hand
Posts: 96
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Requirement: start and stop a j2ee application hosted in j2ee container. Expose these operations as MBeans.

1)If a J2EE server is jsr 77 compliant(like jboss I am assuming), then I would get these features out of the box for free. True/False?

2) If (1) is true, how can I start and stop an application through JBoss JMX web console? I am able to stop an entire jboss server but not a single deployed application in isolation.

Any help appreacited.
reply
    Bookmark Topic Watch Topic
  • New Topic