[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configuring virtual host in jboss-4.2.0.GA?

tgarcia do-not-reply at jboss.com
Tue Oct 16 10:19:05 EDT 2007


Your jboss-web.xml should specify the context root as "/" for apps deployed to a virtual host.


  | <?xml version="1.0"?>
  | <!DOCTYPE jboss-web>
  | <jboss-web>
  |         <context-root>/</context-root>
  |         <virtual-host>orangeadomicile.fr</virtual-host>
  | </jboss-web>
  | 

You will want to make sure that you secure your web-console and jmx-console as well.  When you setup your virtual hosts in jboss, these are accessed by http://{IP_ADDRESS}/web-console/.



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

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



More information about the jboss-user mailing list