0 Replies Latest reply on Mar 13, 2012 11:30 AM by pdolan

    Multiple FQDNs for single WAR deployment, with a twist

    pdolan

      Hi all,

       

      I am familiar with how to configure JBoss AS to point two FQDNs at a single WAR context or to separate WAR contexts.  However I am wondering if it's possible to point one FQDN at the root context (/) and have another FQDN point to a subdirectory of the same deployment.

       

      Example:

      www.fqdn.com - goes straight to the root context (/)

      www.fqdn2.com - goes to www.fqdn.com/subfolder/ (but the user does not see this, i.e. not a 'redirect')

       

      Is such a thing possible?

       

      JBoss verison is 4.0.5 if it matters.

       

      Thanks!