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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
