4 Replies Latest reply on Jan 26, 2005 2:58 PM by osterday

    Accessing MBeans via JSP

    osterday

      I'm new to MBeans, so I hope this question isn't too idiotic sounding. I've searched the docs, forums posts, and google and haven't found an answer to my problem. How can I access the properties/methods of an MBean via a JSP page in my webapp? I have a simple HelloWorld Mbean with a Message attribute that I'd like to query from a JSP page. I've seen some examples using EJBs, but not for JSP. This is just for testing/learning, so any help would be appreciated. Thanks!
      -Pat