This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ... | |
| <subsystem xmlns="urn:jboss:domain:web:2.1" default-virtual-server="default-host" native="false"> | |
| <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/> | |
| <virtual-server name="default-host" enable-welcome-root="true"> | |
| <alias name="localhost"/> | |
| <alias name="example.com"/> | |
| <rewrite name="jboss" pattern="^/$" substitution="/jboss-helloworld/" flags="L,R=302"/> | |
| </virtual-server> | |
| </subsystem> |