2 Replies Latest reply on Mar 8, 2007 12:12 PM by sshrestha

    Virtual hosts with Apache (https) and JBoss

    sshrestha

      I have got the virtual hosting with JBoss working. When you deploy a webapp (in WEB-INF/jboss-web.xml) with
      <context-root>/</context-root>
      <virtual-host>www.xxx.com</virtual-host>
      JBoss creates temp dir inside the work dir.

      So, it seems there is really no way I can define a "DocumentRoot" in apache's httpd.conf under a .

      However, in our company we use ssl certs with apache 2.0.xx, so must use Apache Httpd on the front. So, is this even possible with JBoss, hosting multiple SSL websites with Apache on the front?