Inserted some lines about the Apache config and how to setup the symlink
authormj <mj>
Sun, 16 Sep 2001 22:31:16 +0000 (22:31 +0000)
committermj <mj>
Sun, 16 Sep 2001 22:31:16 +0000 (22:31 +0000)
in webapps.

doc/INSTALL.mir

index 9906139..fdc33f9 100755 (executable)
@@ -41,7 +41,11 @@ now customize config.properties for your needs.
        sh build.sh 
 
 
-6. Link in the webapps directory of tomcat to the install directory (the directory is called Mir). 
+6. Link in the webapps directory of tomcat to the install directory (the 
+directory is called "Mir" and is located in the same directory in which 
+you installed the "mir" directory). 
+       cd /usr/share/tomcat/webapps
+       ln -s Mir-install-dir Mir
 
 
 7. create a new database 
@@ -60,6 +64,19 @@ as user postgres:
 
 11. configure mod_jk 
 
+insert the following patch into /etc/apache/httpd.conf. Edit the directories
+to suit your needs.
+
+<IfModule mod_jk.c>
+JkWorkersFile /usr/share/tomcat/conf/workers.properties
+Include /usr/share/tomcat/conf/mod_jk.conf-auto
+</IfModule>
+
+Do not put any JkMount lines into your httpd.conf!
+
+If mod_jk.conf-auto doesn't get written or is 0 bytes in size, check your
+system for file ownership/permissions problems.
+
 that's it :)
 
 now the admin-application is accesable via:  
@@ -70,4 +87,4 @@ and the openposting-servlet via
        
        http://host/OpenMir
 
-standard login is redaktion/indymedia
\ No newline at end of file
+standard login is redaktion/indymedia