diff options
Diffstat (limited to 'src/main/config/ajsc-jetty.xml')
-rw-r--r-- | src/main/config/ajsc-jetty.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/config/ajsc-jetty.xml b/src/main/config/ajsc-jetty.xml index f5a1ef3..dd81d84 100644 --- a/src/main/config/ajsc-jetty.xml +++ b/src/main/config/ajsc-jetty.xml @@ -86,7 +86,7 @@ <!-- SSL Keystore configuration --> <New id="sslContextFactory" class="org.eclipse.jetty.util.ssl.SslContextFactory"> - <Set name="KeyStorePath">/appl/dmaapMR1/bundleconfig/etc/keystore.jks</Set> + <Set name="KeyStorePath"><SystemProperty name="AJSC_HOME" />/bundleconfig/etc/keystore.jks</Set> <Set name="KeyStorePassword">changeit</Set> <Set name="KeyManagerPassword">changeit</Set> </New> |