Thanks for the reply Scott,
but that doesn't really answer the question. I'm a long time user of jboss and 
I have deployed virtual hosting before where each virtual host points to a 
different war file. I have noted that as of 3.2.4 you can deploy one war to 
mulitple virtual hosts via the jboss-web.xml file, however what I want to know 
is - can you point each of these virtual hosts to a different jsp. Perhaps this 
can be done with the alias in tomcat, but I'm not sure. So can you for example 
have

toys.mysite.com ---> goes to ---> www.mysite.com/toys.jsp

This is not clear from the wiki which I quote below:


"a single war can be deployed to mulitple virtual hosts through the 
jboss-web.xml virtual-host element. To make the jmx-console available on 
localhost, vhost1 and vhost2, edit the jmx-console.war/WEB-INF/jboss-web.xml 

<jboss-web>
   <!-- Uncomment the security-domain to enable security. You will
      need to edit the htmladaptor login configuration to setup the
      login modules used to authentication users.
      <security-domain>java:/jaas/jmx-console</security-domain>
   -->
   <virtual-host>localhost</virtual-host>
   <virtual-host>vhost1.mydot.com</virtual-host>
   <virtual-host>vhost2-alias</virtual-host>
</jboss-web>"


Really appreciate any help you can give me,
kind regards,
Binario


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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to