quickhack: config-problem with actionroot
[mir.git] / source / mir / misc / HTMLTemplateProcessor.java
index 1b2ae16..06597da 100755 (executable)
@@ -44,7 +44,9 @@ public final class HTMLTemplateProcessor {
       templateCache.startAutoUpdate();
       theLog = Logfile.getInstance(MirConfig.getProp("Home") + MirConfig.getProp("HTMLTemplateProcessor.Logfile"));
       docRoot = MirConfig.getProp("RootUri");
-      actionRoot = docRoot + "/servlet/" + MirConfig.getProp("ServletName");
+      //quickhack: action-root is only for Mir!!!!, idfx
+      //actionRoot = docRoot + "/servlet/" + MirConfig.getProp("ServletName");
+      actionRoot = docRoot + "/servlet/Mir";
       openAction = MirConfig.getProp("Producer.OpenAction");
       productionHost = MirConfig.getProp("Producer.ProductionHost");
       videoHost = MirConfig.getProp("Producer.VideoHost");