2 Replies Latest reply on Oct 28, 2005 9:48 AM by thomas.diesler

    simple question about virtual hosts

      Hi all,

      I setup a server and created a virtual host by:

      1) in deploy\jbossweb-tomcat55.sar\server.xml putting in host tag:


      2) updating my a.ear\b-webapp.war\WEB-INF\jboss-web.xml
      <virtual-host>x.y.com</virtual-host>
      3) updating my deploy\jboss-ws4ee.sar\META-INF\jboss-service.xml with
      x.y.com

      Everything deploys without error, and the console lists my url properly, with the correct host and context, but when I try to goto the url it doesn't work, get a 404. However, if I use localhost to the url, it works fine. I'm getting the feeling like I'm missing a config or something. Is there anything obvious that I'm missing here?

      Thanks,

      Mark

      PS. Looks similiar possibly to :http://www.jboss.com/index.html?module=bb&op=viewtopic&t=71298