Hi,

I'm trying this merging currently, too but I have some questions as it is not working yet.
First where do I have to put the excalibur-configuration attributes, into the <app>/SAR-INF/config.xml that is the base or the externally located config.xml that is the layer? I suppose the layer right?
Then I have in kernel.xml switched to the FileSystemPersistentConfigurationRepository instead of the DefaultConfigurationRepository. And I'v added
<storage-directory>${phoenix-home}/conf/apps</storage-directory> as configuration of that component.


I suppose that the filename must be the same as the base thats config.xml? I also assume that I have to include the <config> toplevel tag?

So what did I forget?

Pete

Peter Royal wrote:

On Monday, May 19, 2003, at 10:54 PM, Timothy Bennett wrote:

  <WebService>
    <Listener port="9080" type="socket"/>
    <Listener port="9443" type="jsse">
        <keystore>
            <file>conf/.keystore</file>
            <password>OBF:1v2j1uum1xtv1zej1zer1xtn1uvk1v1v</password>

<key-password>OBF:1v2j1uum1xtv1zej1zer1xtn1uvk1v1v</key-password>
        </keystore>
    </Listener>
  </WebService>


<WebService>
<Listen port="9080"
type="socket"
excalibur-configuration:merge="true"
excalibur-configuration:key-attribute="type"/>
<Listen port="9443"
type="jsse"
excalibur-configuration:merge="true"
excalibur-configuration:key-attribute="type">
<keystore excalibur-configuration:merge="true">
<password excalibur-configuration:merge="true">yourpassword</password>
<key-password excalibur-configuration:merge="true">yourpassword</key-password>


    </keystore>
  </Listen>
</WebService>

If you removed the 'password' and 'key-password' elements from the source, you don't need the merge attributes in the snippet above.



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to