0 Replies Latest reply on Sep 6, 2005 12:56 AM by vikas0506

    addressing servlet's dependency on an MBean

    vikas0506

      Just playing around with jboss,axis.

      I created a servlet that makes use of a certain mbean.
      I want the mbean to be registered first and then the servlet class to be initialized.
      The Mbean is part of a different sar and the servlet in question is in a different war file.
      Can any one help me with this.
      Is there any way of doing this through web.xml??

      Thanks in advance for the help!