2 Replies Latest reply on Feb 2, 2002 6:32 PM by jeffelysium

    Multiple JavaMail MBeans

    jeffelysium

      I am using JBoss 2.4.1 and I am working with the included JavaMail MBean. I can deploy this mbean without any problems, but I am trying to deploy two of them, and have not had any success. The reason for the double deployment is I have different configuration files for different sites being served by the same server.

      Is this possible? My config essentially looks like this:


      site1/Mail
      site1.properties
      yyy
      xxx



      Mail
      mail.properties
      zzz
      aaa


      When I comment out the first one, the second site works fine, when I comment out the second one, the first site works fine. But I cannot seem to have them both uncommented at once and have everything work.

      Any suggestions?

      Thanks,
      -Jeff