summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-11-29 14:37:22 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-11-29 14:37:22 +0530
commitd52cd4039a185e1ac5e8d6a84c4b5dcccfe12375 (patch)
treef554565931ca943eac9869d6f4badf2d219d72c0 /build
parentc08670ba0afeb89f097a59b8e263432a1e1d732e (diff)
Modified to configure SSL in tomcat server.xml during installation.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/gmg-install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/gmg-install.sh b/build/gmg-install.sh
index 2804ebb4..b908a04a 100755
--- a/build/gmg-install.sh
+++ b/build/gmg-install.sh
@@ -108,6 +108,7 @@ function enable_proxy_caching()
function configure_server()
{
set_java_options
+ configure_ssl
enable_proxy_caching
}