2 Replies Latest reply on Aug 25, 2014 2:43 PM by learnjb6

    6.3 configuration question question.

    learnjb6

      Hello

      I   need to be able to run multiple jboss 6.3 servers on the same machine.  All these servers should share same configuration (such as data sources, java variables etc..) but each server will run its own application.  What is the best way to achieve this configuration. I know if I assign all these servers to single profile, they will share the same configuration, but I need to be able to share entire configuration except that they must run different applications. These servers will also use their own ssl certificates. Thanks in advance.

        • 1. Re: 6.3 configuration question question.
          pix

          You should be able to create 1 profile for several Host Controller hosting several instances.

           

          You will create some groups (1 instance has to be linked to a group) and you deploy within that group.

           

          So, 1 Domain Controller, 1 or several Host Controller and several instances / groups.

           

          For certificates, I don't know ...

          • 2. Re: 6.3 configuration question question.
            learnjb6

            Thank you for the reply. I will not be able to use port off set in my configuration because of a specific requirement.   How do I assign ports to each server manually? is there a file that can be edited?