1 Reply Latest reply on Nov 18, 2003 11:57 AM by darranl

    Multiple instances of JBoss

    djoukit

      Hi,

      I use JBoss 3.2.2 and Linux.
      I want to use two instances of JBoss, therefore I tried to use the Binding Service. In the doc, it is said to replace the conf/jboss-service.xml descriptor with one that has the ServiceBindingManager configuration enabled.

      When I replace the whole jboss-service.xml file by the following piece of code, JBoss starts without any errors in less than 2 s !!! But it does not work at all !!! In fact the server starts, but does not load anything :-(




      ${jboss.server.name}
      ${jboss.server.base.dir}/chap10ex1-
      bindings.xml

      org.jboss.services.binding.XMLServicesStoreFactory



      Where is the problem ?
      I have the same problem with JBoss 3.0.8 !

      Help ...

        • 1. Re: Multiple instances of JBoss
          darranl

          The problem is that you have removed all of the other services declared in the jboss-service.xml.

          You have disabled everything that would normally be run by JBoss.

          You need to add the MBean declaration to the file in addition to everything else, also your example below is missing a ''