debug change and revert
[mir.git] / source / mir / misc / HTMLTemplateProcessor.java
index 1253f22..4729e10 100755 (executable)
@@ -47,7 +47,11 @@ public final class HTMLTemplateProcessor {
     docRoot = MirConfig.getProp("RootUri");
     //the quick hack is back in effect as it was more broken than ever before
     // -mh
+    // sorry: nadir back in town, i have to debug the mirbase.jar in the
+    // nadir evironment. from my point of coding, this needs an urgent
+    // fixxx.
     //actionRoot = docRoot + "/servlet/" + MirConfig.getProp("ServletName");
+    //actionRoot = docRoot + "/servlet/NadirAktuell";
     actionRoot = docRoot + "/servlet/Mir";
     openAction = MirConfig.getProp("Producer.OpenAction");
     productionHost = MirConfig.getProp("Producer.ProductionHost");