   <!-- The web server is only bound to localhost by default -->
   <web bind="${web.protocol}://${http.host}:${http.port}" path="web"${extra.web.attributes}>
       <app url="jolokia" war="jolokia.war"/>
       <app url="activemq-branding" war="activemq-branding.war"/>
       <app url="artemis-plugin" war="artemis-plugin.war"/>
       <app url="console" war="console.war"/>
   </web>
