AMQ-7007 - restrict jetty endpoint to 127.0.0.1 by default

This commit is contained in:
gtully 2018-07-04 11:37:43 +01:00
parent 3ea18f4ed1
commit d535e34947
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@
<bean id="jettyPort" class="org.apache.activemq.web.WebConsolePort" init-method="start">
<!-- the default port number for the web console -->
<property name="host" value="0.0.0.0"/>
<property name="host" value="127.0.0.1"/>
<property name="port" value="8161"/>
</bean>