   <!-- The web server is only bound to loalhost by default -->
   <web bind="http://localhost:${http.port}" path="web">
       <app url="redhat-branding" war="redhat-branding.war"/>
       <app url="jolokia" war="jolokia-war-1.3.2.redhat-1.war"/>
       <app url="hawtio" war="hawtio-web.war"/>
       <app url="artemis-plugin" war="artemis-plugin.war"/>
       <app url="dispatch-hawtio-console" war="dispatch-hawtio-console.war"/>
   </web>
