Does this mean that the configuration that you are placing between the Call
tags cannot go into the ativemq.xml file?

Thank you.

RJtokenlanring wrote:
> 
> Hi all, I've followed all the threads and configurations guide for
> configuring HTTPS support
> (activeMQ 5.3.0 + JBOSS)
> 
> I have activated jetty.xml file into broker-config.xml
> 
> <import resource="jetty.xml"/>
> 
> and configured jetty.xml as follow:
> 
>     <jetty>
>     ..........
>               <Call name="addConnector">
>               <Arg>
>                 <New class="org.mortbay.jetty.security.SslSocketConnector">
>                       <!-- <Set name="Port">61</Set> -->
>                       <Set name="maxIdleTime">30000</Set>
>                       <Set name="keystore">./keystore</Set>
>                       <Set name="password">password</Set>
>                       <Set name="keyPassword">password</Set>
>                       <Set name="truststore">./keystore</Set>
>                       <Set name="trustPassword">password</Set>
>                 </New>
>               </Arg>
>         </Call>
>               
>     </jetty>
> 
> keystore was created as described here: 
> 
> http://docs.codehaus.org/display/JETTY/How%20to%20configure%20SSL
> 
> In the jboss start logs, I see: 
> 
> ...
> 17:31:56,140 INFO  [TransportConnector] Connector http Started
> 17:31:56,156 INFO  [STDOUT] jetty.ssl.password :
> ...
> 
> but password is configured.
> What is wrong? 
> 
> Thank you!!
> 

-- 
View this message in context: 
http://old.nabble.com/HTTPS-configuration---HELP%21-tp26628876p26780006.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to