use req.getContextPath to find the RootUri.. much more robust. 4.0 and 4.1 compatible...
[mir.git] / source / mir / misc / HTMLTemplateProcessor.java
index 3f014cc..b86fd25 100755 (executable)
@@ -68,7 +68,7 @@ public final class HTMLTemplateProcessor {
             actionRoot = docRoot + MirConfig.getProp("Producer.ActionServlet");
         } catch (ConfigException ce) {
             // if  Producer.ActionServlet is not set in the conf file
-            actionRoot = docRoot + "/servlet/Mir";
+            actionRoot = docRoot + "/Mir";
         }
     }