1 2 Previous Next 15 Replies Latest reply on Sep 22, 2008 11:56 AM by peterj Go to original post
      • 15. Re: Migrate from 4.2.2 GA to JBoss 5 CR2 fails
        peterj

        Starting with 5.0.0.CR2, the Service Binding Manager is enabled by default. To change the ports, edit the server/xxx/conf/bindings.xml file. Or use an alternate port assignment by adding "-Djboss.service.binding.set=xxx" on the run command line, using one of the key names in the ServiceBindingStore bean. Example:

        run -Djboss.service.binding.set=ports-01

        Two caveats:

        #1: The Arjuna recovery port does not use the bindings.xml setting - you will have to change that port manually. Edit server/xxx/conf/jbossjta-properties.xml (JBTM-394)

        #2: The messaging bisocket port is also not using the bindings.xml file - you have to change that manually also. Edit server/xxx/deploy/messaging/remoting-bisocket-service.xml

        1 2 Previous Next