From 9b04402d400ba8e30fae6f4779133f0e38128326 Mon Sep 17 00:00:00 2001 From: Robert Gemmell Date: Sun, 14 Nov 2010 17:37:17 +0000 Subject: QPID-2942: disable management SSL by default, update config.xml to use keystore path from example keystore creation script and move systest keystore config to the systest config override file. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1035026 13f79535-47bb-0310-9956-ffa450edef68 --- java/broker/etc/config.xml | 7 ++++--- java/systests/etc/config-systests-settings.xml | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'java') diff --git a/java/broker/etc/config.xml b/java/broker/etc/config.xml index 87101678c0..d9677c9cf6 100644 --- a/java/broker/etc/config.xml +++ b/java/broker/etc/config.xml @@ -53,9 +53,10 @@ true 8999 - true - - ${prefix}/../test-profiles/test_resources/ssl/keystore.jks + false + + ${conf}/qpid.keystore password diff --git a/java/systests/etc/config-systests-settings.xml b/java/systests/etc/config-systests-settings.xml index a7f538aec1..751ff133cb 100644 --- a/java/systests/etc/config-systests-settings.xml +++ b/java/systests/etc/config-systests-settings.xml @@ -24,6 +24,8 @@ false false + ${QPID_HOME}/../test-profiles/test_resources/ssl/keystore.jks + password ${QPID_HOME}/etc/virtualhosts-systests.xml -- cgit v1.2.1