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

This commit is contained in:
jbonofre 2020-11-23 07:27:33 +01:00
parent 5c7e23ac90
commit 9d687221b3
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<bean id="securityLoginService" class="org.eclipse.jetty.security.HashLoginService">
<property name="name" value="ActiveMQRealm" />
<property name="config" value="${activemq.conf}/jetty-realm.properties" />
<property name="config" value="file:${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="${activemq.conf}/broker.ks" />
<property name="keyStorePath" value="file:${activemq.conf}/broker.ks" />
<property name="keyStorePassword" value="password" />
</bean>
</constructor-arg>