0 Replies Latest reply on Jun 13, 2014 9:35 AM by cjayaprakash

    Configuring multiple virtual-server and testing

    cjayaprakash

      Hi,

       

      I need to configure multiple virtual-server, to support multiple domains. Here is how it is configured,

       

      <virtual-server name="default-host" enable-welcome-root="false" default-web-module="abc">
        <alias name="www.abc.com"/>
      </virtual-server>
      <virtual-server name="2nd-host" enable-welcome-root="false" default-web-module="xyz">
        <alias name="www.xyz.com"/>

      </virtual-server>

       

      Whenever I hit the JBoss server, only default-host (abc) is hit. I am unable to test the 2nd virtual-server xyz. Both domains are configured with same ip. Please let me know how I can configure and test?