3 Replies Latest reply on Jul 29, 2004 12:21 PM by dmitry_ame

    virtual-host aliases in jboss-3.2.1 with jetty

    dmitry_ame

      Has any one figured out yet how to make more then one domain resolve to the same application with jboss-3.2.1/jetty.

      I have following jboss-web.xml:

      <?xml version="1.0" encoding="UTF-8"?>
      <jboss-web>
       <security-domain>java:/jaas/MySqlRealm</security-domain>
       <virtual-host>myhost.com</virtual-host>
       <context-root>/</context-root>
      </jboss-web>


      How do i define another alias, for instance www.myhost.com. Please help.

      Dmitry A>