quick hack servletname away!
authorrk <rk>
Mon, 24 Sep 2001 23:17:18 +0000 (23:17 +0000)
committerrk <rk>
Mon, 24 Sep 2001 23:17:18 +0000 (23:17 +0000)
source/mir/misc/HTMLTemplateProcessor.java

index 1b45367..5607c4e 100755 (executable)
@@ -46,9 +46,10 @@ public final class HTMLTemplateProcessor {
     theLog = Logfile.getInstance(MirConfig.getPropWithHome("HTMLTemplateProcessor.Logfile"));
     docRoot = MirConfig.getProp("RootUri");
     /** @todo
-      quickhack: action-root is only for Mir!!!!, idfx
-      actionRoot = docRoot + "/servlet/" + MirConfig.getProp("ServletName");*/
-    actionRoot = docRoot + "/servlet/Mir";
+      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");