Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/364.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何从http:java外部化属性_Java_Ssl_Configuration_Cxf - Fatal编程技术网

如何从http:java外部化属性

如何从http:java外部化属性,java,ssl,configuration,cxf,Java,Ssl,Configuration,Cxf,我试图将“http:conductor”的“名称”外部化,因为我想从外部文件配置它。我的密码是,有人知道怎么做 <http:conduit name="https://myExternalPath/services/.*"> <http:tlsClientParameters secureSocketProtocol="SSL" disableCNCheck="true"> <sec:trustManagers>

我试图将“http:conductor”的“名称”外部化,因为我想从外部文件配置它。我的密码是,有人知道怎么做

<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:conductor的名称,就像我在“sec:certStore”中所做的那样

谢谢!

看看这个吉拉:投赞成票