actionroot-quickhack back in town
authoridfx <idfx>
Thu, 27 Sep 2001 21:32:30 +0000 (21:32 +0000)
committeridfx <idfx>
Thu, 27 Sep 2001 21:32:30 +0000 (21:32 +0000)
source/mir/misc/HTMLTemplateProcessor.java
source/mir/servlet/ServletModule.java

index f445a38..d9ed5bb 100755 (executable)
@@ -45,7 +45,9 @@ public final class HTMLTemplateProcessor {
     templateCache.startAutoUpdate();
     theLog = Logfile.getInstance(MirConfig.getPropWithHome("HTMLTemplateProcessor.Logfile"));
     docRoot = MirConfig.getProp("RootUri");
-    actionRoot = docRoot + "/servlet/" + MirConfig.getProp("ServletName");
+    //small quickhack, idfx
+    //actionRoot = docRoot + "/servlet/" + MirConfig.getProp("ServletName");
+    actionRoot = docRoot + "/servlet/Mir";
 
     openAction = MirConfig.getProp("Producer.OpenAction");
     productionHost = MirConfig.getProp("Producer.ProductionHost");
index 9de043c..899f4bf 100755 (executable)
@@ -1,9 +1,3 @@
-/*
- * put your module comment here
- *
- */
-
-
 package  mir.servlet;
 
 import  java.io.*;