0 Replies Latest reply on Apr 24, 2004 9:51 PM by melroy

    VirtualHosting for Nukes?

    melroy

      Hi,

      I would like to be able to virtual-host nukes:
      I already have a JBoss-application virtual-hosted on the root context of my virtual-host: www.name.com.au with a jboss-web.xml with content:

      <!DOCTYPE jboss-web
      PUBLIC "-//JBoss//DTD Web Application 2.3//EN"
      "http://www.jboss.org/j2ee/dtds/jboss-web_3_0.dtd">

      <jboss-web>
      <context-root>/</context-root>
      <virtual-host>www.name.com.au</virtual-host>
      ....
      </jboss-web>

      Now I wish to have the bb and content-management system on www.name.com.au/nukes

      I have tried adding a jboss-web.xml in the WEB-INF directory, but many classes are suddenly not found. (currently I have the localhost:8080/nukes/install.html stuff going all OK).
      The jboss-web.xml content is of the form:
      <!DOCTYPE jboss-web
      PUBLIC "-//JBoss//DTD Web Application 2.3//EN"
      "http://www.jboss.org/j2ee/dtds/jboss-web_3_0.dtd">

      <jboss-web>
      <context-root>/nukes</context-root>
      <virtual-host>www.name.com.au</virtual-host>
      </jboss-web>

      Thanks in advance for your help.

      Melroy