Repository: kylin Updated Branches: refs/heads/master edab8d03a -> bfee5ed44
update tomcat server.xml for ssl Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/bfee5ed4 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/bfee5ed4 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/bfee5ed4 Branch: refs/heads/master Commit: bfee5ed44df0ec697e8ac0a50675881fd34de378 Parents: edab8d0 Author: shaofengshi <shaofeng...@apache.org> Authored: Wed Jun 22 17:20:53 2016 +0800 Committer: shaofengshi <shaofeng...@apache.org> Committed: Wed Jun 22 17:21:12 2016 +0800 ---------------------------------------------------------------------- build/deploy/server.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/bfee5ed4/build/deploy/server.xml ---------------------------------------------------------------------- diff --git a/build/deploy/server.xml b/build/deploy/server.xml index 256b400..2a78368 100644 --- a/build/deploy/server.xml +++ b/build/deploy/server.xml @@ -69,7 +69,7 @@ --> <Connector port="7070" protocol="HTTP/1.1" connectionTimeout="20000" - redirectPort="9443" + redirectPort="7443" compression="on" compressionMinSize="2048" noCompressionUserAgents="gozilla,traviata" @@ -88,9 +88,11 @@ OpenSSL style configuration is required as described in the APR/native documentation --> <!-- - <Connector port="8443" protocol="org.apache.coyote.http11.Http11Protocol" + <Connector port="7443" protocol="org.apache.coyote.http11.Http11Protocol" maxThreads="150" SSLEnabled="true" scheme="https" secure="true" + keystoreFile="${user.home}/.keystore" keystorePass="" clientAuth="false" sslProtocol="TLS" /> + --> <!-- Define an AJP 1.3 Connector on port 8009 -->