mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-2535 - jetty ssl connector configuration
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1357529 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da138e3fad
commit
12585eb5be
|
@ -93,6 +93,16 @@
|
|||
<bean id="Connector" class="org.eclipse.jetty.server.nio.SelectChannelConnector">
|
||||
<property name="port" value="8161" />
|
||||
</bean>
|
||||
<!--
|
||||
Enable this connector if you wish to use https with web console
|
||||
-->
|
||||
<!--
|
||||
<bean id="SecureConnector" class="org.eclipse.jetty.server.ssl.SslSelectChannelConnector">
|
||||
<property name="port" value="8162" />
|
||||
<property name="keystore" value="file:${activemq.conf}/broker.ks" />
|
||||
<property name="password" value="password" />
|
||||
</bean>
|
||||
-->
|
||||
</list>
|
||||
</property>
|
||||
|
||||
|
|
Loading…
Reference in New Issue