1 Reply Latest reply on Jan 7, 2015 3:39 PM by wdfink

    Multiple Containers / Domains

    stickybandit

      In weblogic we had containers where we could group applications, these are also sometimes called domains like in GlassFish. 

      Does WildFly have containers/domains and is there a limit on how many one can create in a server instance?

        • 1. Re: Multiple Containers / Domains
          wdfink

          In Wildfly you can configure a domain with servers collected in server-groups.

          Each server-group can have a profile for configurations and you can deploy one or more application to this group.

          A sever is started in a seperate JVM.

          So I suppose it is slightly different to WL or GF