From 614e97dd7b2c9a672f132b2ccbad63fa2db33e93 Mon Sep 17 00:00:00 2001 From: mj Date: Sun, 16 Sep 2001 22:07:08 +0000 Subject: [PATCH] Added some comments. --- source/config.properties-dist | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/config.properties-dist b/source/config.properties-dist index 6bcd8e07..9c87ced1 100755 --- a/source/config.properties-dist +++ b/source/config.properties-dist @@ -21,6 +21,13 @@ # # Note that for Mir to work, Tomcat has to be set up to handle all # URLs that begin with /servlet. All other URLs are handled by Apache. +# +# The setup uses the following assumptions: +# The URL to reach the site is http://indy.code-fu.de +# The DocumentRoot of this URL is /pub/Dokumente/Indymedia/de-tech/Mir +# All data is located below this directory, including the servlets. + + # @@ -67,6 +74,7 @@ Producer.StorageRoot=/pub/Dokumente/Indymedia/de-tech/Mir/produced # cd /usr/share/tomcat/webapps ; ln -s $Home Mir # where $Home is the below directory and Mir is the first directory level # in HTMLTemplateProcessor.ActionRoot +# The trailing slash is important. Home=/pub/Dokumente/Indymedia/de-tech/Mir/ # The following item is the class that is to be invoked by Tomcat for admin -- 2.11.0