6 Replies Latest reply on Oct 23, 2013 5:42 AM by jeryma

    how to add virtual-server to wildfly?

    jeryma

      jboss 7:

      <subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false"> 

                <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/> 

               <virtual-server name="default-host" enable-welcome-root="true"> 

                     <alias name="localhost"/> 

                     <alias name="example.com"/> 

                     <sso domain="localhost" reauthenticate="false"/> 

                  </virtual-server> 

              </subsystem> 

       

      but how to add virtual-server to wildfly?