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

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832256#3832256

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3832256


-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to