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 2015/07/16 05:27:45 UTC

[05/11] incubator-kylin git commit: Add in web.xml to enable clustering

Add <distributable /> in web.xml to enable clustering

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

Branch: refs/heads/KYLIN-876
Commit: 866ae104bd05323239e76d3b7a413f40502172ef
Parents: 0c9280d
Author: shaofengshi <sh...@apache.org>
Authored: Mon Jul 13 17:49:50 2015 +0800
Committer: shaofengshi <sh...@apache.org>
Committed: Mon Jul 13 17:49:50 2015 +0800

----------------------------------------------------------------------
 server/src/main/webapp/WEB-INF/web.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/866ae104/server/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/server/src/main/webapp/WEB-INF/web.xml b/server/src/main/webapp/WEB-INF/web.xml
index e6b4c82..bd6bded 100644
--- a/server/src/main/webapp/WEB-INF/web.xml
+++ b/server/src/main/webapp/WEB-INF/web.xml
@@ -160,4 +160,5 @@
         <url-pattern>/matrics/*</url-pattern>
     </servlet-mapping>
      -->
+    <distributable />
 </web-app>