]> git.pld-linux.org Git - packages/confluence.git/commitdiff
- initial
authorpawelz <pawelz@pld-linux.org>
Fri, 22 May 2009 15:25:48 +0000 (15:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    confluence-context.xml -> 1.1
    confluence-init.properties -> 1.1

confluence-context.xml [new file with mode: 0644]
confluence-init.properties [new file with mode: 0644]

diff --git a/confluence-context.xml b/confluence-context.xml
new file mode 100644 (file)
index 0000000..18dcb9e
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- $Id$ -->
+
+<Context path="/confluence" docBase="/usr/share/confluence"
+  debug="0" privileged="false" allowLinking="true" reloadable="true" />
diff --git a/confluence-init.properties b/confluence-init.properties
new file mode 100644 (file)
index 0000000..e45246c
--- /dev/null
@@ -0,0 +1,11 @@
+# - For example:
+# confluence.home=/var/confluence
+#
+# NOTE: If the path of your confluence.home directory contains symlinks,
+# please set confluence.home to the absolute path, otherwise problems may occur.
+# - For example:
+# confluence.home=/data/confluence/ (where /data is a symlink to -> /var/data/)
+# should be written as:
+# confluence.home=/var/data/confluence/
+
+confluence.home=/var/lib/confluence
This page took 0.06756 seconds and 4 git commands to generate.