[Mpuls-commits] r3082 - jmd/trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jun 23 17:02:28 CEST 2010


Author: bh
Date: 2010-06-23 17:02:28 +0200 (Wed, 23 Jun 2010)
New Revision: 3082

Modified:
   jmd/trunk/ChangeLog
   jmd/trunk/development-combined.ini
Log:
* development-combined.ini: Mount a redirector application at /
that always redirects to /jmd.  This way, accessing / on the
server automatically redirects to the JMD case management part.


Modified: jmd/trunk/ChangeLog
===================================================================
--- jmd/trunk/ChangeLog	2010-06-23 14:59:29 UTC (rev 3081)
+++ jmd/trunk/ChangeLog	2010-06-23 15:02:28 UTC (rev 3082)
@@ -1,3 +1,9 @@
+2010-06-23  Bernhard Herzog  <bh at intevation.de>
+
+	* development-combined.ini: Mount a redirector application at /
+	that always redirects to /jmd.  This way, accessing / on the
+	server automatically redirects to the JMD case management part.
+
 2010-06-23  Torsten Irländer <torsten.irlaender at intevation.de>
 
 	* jmdstruktur.json: Disabled casebundles for strukturdaten

Modified: jmd/trunk/development-combined.ini
===================================================================
--- jmd/trunk/development-combined.ini	2010-06-23 14:59:29 UTC (rev 3081)
+++ jmd/trunk/development-combined.ini	2010-06-23 15:02:28 UTC (rev 3082)
@@ -83,8 +83,14 @@
 use = egg:Paste#urlmap
 /jmd = jmd
 /struktur = struktur
+/ = redirector
 
 
+[app:redirector]
+use = egg:mpulsweb#redirector
+location = /jmd
+
+
 # Main Case Management Part
 [app:jmd]
 use = egg:mpulsweb



More information about the Mpuls-commits mailing list