mirror of https://github.com/apache/activemq.git
AMQ-9405: fix Jetty examples about secure connector
This commit is contained in:
parent
4baf997a3c
commit
5cd4cd2c1b
|
@ -171,8 +171,7 @@
|
|||
<!-- bean id="SecureConnector" class="org.eclipse.jetty.server.ServerConnector">
|
||||
<constructor-arg ref="Server" />
|
||||
<constructor-arg>
|
||||
<bean id="handlers" class="org.eclipse.jetty.util.ssl.SslContextFactory">
|
||||
|
||||
<bean id="handlers" class="org.eclipse.jetty.util.ssl.SslContextFactory$Server">
|
||||
<property name="keyStorePath" value="${activemq.conf}/broker.ks" />
|
||||
<property name="keyStorePassword" value="password" />
|
||||
</bean>
|
||||
|
|
|
@ -149,7 +149,6 @@
|
|||
<constructor-arg ref="Server" />
|
||||
<constructor-arg>
|
||||
<bean id="handlers" class="org.eclipse.jetty.util.ssl.SslContextFactory$Server">
|
||||
|
||||
<property name="keyStorePath" value="${activemq.conf}/broker.ks" />
|
||||
<property name="keyStorePassword" value="password" />
|
||||
</bean>
|
||||
|
|
|
@ -175,8 +175,7 @@
|
|||
<!-- bean id="SecureConnector" class="org.eclipse.jetty.server.ServerConnector">
|
||||
<constructor-arg ref="Server" />
|
||||
<constructor-arg>
|
||||
<bean id="handlers" class="org.eclipse.jetty.util.ssl.SslContextFactory">
|
||||
|
||||
<bean id="handlers" class="org.eclipse.jetty.util.ssl.SslContextFactory$Server">
|
||||
<property name="keyStorePath" value="${activemq.conf}/broker.ks" />
|
||||
<property name="keyStorePassword" value="password" />
|
||||
</bean>
|
||||
|
|
Loading…
Reference in New Issue