2012-02-22 10 views
3

「http:conduit」の「名前」を外部ファイルから構成したいので、外部化しようとしています。私のコードはこれです、誰かがそれをやる方法を知っていますか?私は秒「でやっているようコンジット:http:conduitからプロパティを外部化する方法java

<http:conduit name="https://myExternalPath/services/.*"> 

    <http:tlsClientParameters secureSocketProtocol="SSL" disableCNCheck="true"> 
     <sec:trustManagers> 
      <sec:certStore file="${certificateName}" /> 
     </sec:trustManagers> 
    </http:tlsClientParameters> 

</http:conduit> 

私は、httpの名前を外部化したい。CERTSTORE

ありがとうこのJIRAで

答えて

関連する問題