0 Replies Latest reply on Feb 13, 2006 7:40 PM by chwang

    My listener is a servlet.

      Hi Folks,

      Please hlep me again.

      Currently I have Mbean in sar. but I have a servlet in War. the servlet is also a listener.

      when Sate of the Mbean change, it will notify the servlet.
      But I use MBeanserver.addNotificationListener(objectName, myMBeanListener, null, null );

      it complains myMBeanListener (which is a servlet) not found.
      I know my listener(servlet) is war. it can not be in sar.

      How to solve this conflict?

      Thank you very much.

      Chwang