You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2017/01/17 03:32:18 UTC

[13/21] kylin git commit: KYLIN-2395 disable tomcat jar scanner to avoid lots of trivial warning messages

KYLIN-2395 disable tomcat jar scanner to avoid lots of trivial warning messages

Signed-off-by: Billy Liu <bi...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/4bc31de9
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/4bc31de9
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/4bc31de9

Branch: refs/heads/master-cdh5.7
Commit: 4bc31de965ae67717bc4e05e0c7e91c957297999
Parents: 61d4302
Author: etherge <et...@163.com>
Authored: Mon Jan 16 12:05:07 2017 +0800
Committer: Billy Liu <bi...@apache.org>
Committed: Mon Jan 16 13:49:39 2017 +0800

----------------------------------------------------------------------
 build/deploy/context.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/4bc31de9/build/deploy/context.xml
----------------------------------------------------------------------
diff --git a/build/deploy/context.xml b/build/deploy/context.xml
index e8b4cf1..da4777b 100644
--- a/build/deploy/context.xml
+++ b/build/deploy/context.xml
@@ -28,4 +28,5 @@
     <Manager pathname="" />
     -->
     <Loader loaderClass="org.apache.kylin.ext.CustomizedWebappClassloader"/>
+    <JarScanner scanClassPath="false" />
 </Context>