another media handling merge.
[mir.git] / source / mir / misc / HTMLTemplateProcessor.java
index 5a30e99..1253f22 100755 (executable)
@@ -45,7 +45,10 @@ public final class HTMLTemplateProcessor {
     templateCache.startAutoUpdate();
     theLog = Logfile.getInstance(MirConfig.getPropWithHome("HTMLTemplateProcessor.Logfile"));
     docRoot = MirConfig.getProp("RootUri");
-    actionRoot = docRoot + "/servlet/" + MirConfig.getProp("ServletName");
+    //the quick hack is back in effect as it was more broken than ever before
+    // -mh
+    //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");