You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Benson Margulies <be...@basistech.com> on 2016/03/15 22:46:20 UTC

Substitutions in jetty.xml

Can I use any ${...} in there to pass in the pathname of static content?
${karaf.etc} etc would work fine.

Re: Substitutions in jetty.xml

Posted by Benson Margulies <be...@basistech.com>.
Thanks.

On Wed, Mar 16, 2016 at 8:48 AM, Philipp Marx <sm...@googlemail.com> wrote:

> You can do something like this:
>
> <Set name="keyStore"><SystemProperty name="karaf.etc" />/keystore</Set>
>
> Cheers,
>
> Philipp
>
> Benson Margulies <be...@basistech.com> schrieb am Di., 15. März 2016 um
> 22:46 Uhr:
>
>> Can I use any ${...} in there to pass in the pathname of static content?
>> ${karaf.etc} etc would work fine.
>>
>>

Re: Substitutions in jetty.xml

Posted by Philipp Marx <sm...@googlemail.com>.
You can do something like this:

<Set name="keyStore"><SystemProperty name="karaf.etc" />/keystore</Set>

Cheers,

Philipp

Benson Margulies <be...@basistech.com> schrieb am Di., 15. März 2016 um
22:46 Uhr:

> Can I use any ${...} in there to pass in the pathname of static content?
> ${karaf.etc} etc would work fine.
>
>