Revert "[AMQ-8045] Use the file: protocol in jetty.xml"

This reverts commit 10bd81d1679700e0df9c265b82819300822b4ba7.
This commit is contained in:
jbonofre 2020-12-01 06:54:53 +01:00
parent 31c92b6d84
commit ec2539e7a9

View File

@ -22,7 +22,7 @@
<bean id="securityLoginService" class="org.eclipse.jetty.security.HashLoginService">
<property name="name" value="ActiveMQRealm" />
<property name="config" value="file:${activemq.conf}/jetty-realm.properties" />
<property name="config" value="${activemq.conf}/jetty-realm.properties" />
</bean>
<bean id="securityConstraint" class="org.eclipse.jetty.util.security.Constraint">
@ -155,7 +155,7 @@
<constructor-arg>
<bean id="handlers" class="org.eclipse.jetty.util.ssl.SslContextFactory">
<property name="keyStorePath" value="file:${activemq.conf}/broker.ks" />
<property name="keyStorePath" value="${activemq.conf}/broker.ks" />
<property name="keyStorePassword" value="password" />
</bean>
</constructor-arg>