This commit is contained in:
Clebert Suconic 2017-08-01 09:43:15 -04:00
commit 14d840de58
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<!-- The web server is only bound to loalhost by default -->
<!-- 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"/>
</web>