1 Reply Latest reply on Mar 14, 2005 3:48 AM by darranl

    Virtual Hosting with JBoss3.2.6

    pouncilt

      Hello:

      I am trying to do virtual hosting but I am not having any luck.
      I would like to set up a www.abc.com virtual host.

      my server.xml looks like this:



      abc.test




      my jboss-web.xml looks litk this:
      <jboss-web>
      <context-root>/</context-root>
      <virtual-host>www.abc.com</virtual-host>
      </jboss-web>


      When I go to www.abc.com I get a page not found. What I am doing wrong? Any help is appreciated.

      Thanks!