0 Replies Latest reply on Apr 8, 2009 6:06 PM by admentus

    JBoss AS 5.0.1 / IIS / mod_jk

    admentus

      I am attempting to setup the 5.0.1.GA release with IIS 7 using mod_jk. I have gone through the steps at http://www.jboss.org/community/docs/DOC-12527 and have everything there working.

      My question at this point though is that every IIS web site ends up at the "root" of my default server instance. Is there a way to get different IIS sites to point to different applications? I found some documentation for JBoss 4 that said you could add <Host entries to the server.xml file, using the child <Context tag to specify the base folder location for that host. However, in trying this with JBoss 5, I am getting a parsing error that the <Context tag is no longer allowed within a <Host tag.

      So, what is the proper way to set up "virtual hosts" in JBoss 5?

      Thanks
      -- Jeff