]> git.pld-linux.org Git - packages/apache-tomcat.git/commitdiff
- context file for webdav webapp
authorpawelz <pawelz@pld-linux.org>
Sun, 25 Jan 2009 16:54:43 +0000 (16:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- based on debian webdav.xml

Changed files:
    apache-tomcat-context-webdav.xml -> 1.1

apache-tomcat-context-webdav.xml [new file with mode: 0644]

diff --git a/apache-tomcat-context-webdav.xml b/apache-tomcat-context-webdav.xml
new file mode 100644 (file)
index 0000000..49423d4
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- $Id$ -->
+<Context path="/webdav" docBase="${catalina.home}/webapps/webdav"
+        privileged="true" allowLinking="true">
+
+</Context>
This page took 0.051198 seconds and 4 git commands to generate.