changes for tomcat 4.1.x also compatible with 4.0.x, mir/servlet/Mir becomes /mir...
[mir.git] / source / mir / misc / HTMLTemplateProcessor.java
index 63f088e..f517a3c 100755 (executable)
@@ -87,7 +87,7 @@ public final class HTMLTemplateProcessor {
          //actionRoot = docRoot + "/servlet/" + MirConfig.getProp("ServletName");
     //actionRoot = docRoot + "/servlet/NadirAktuell";
 
-    actionRoot = docRoot + "/servlet/Mir";
+    actionRoot = docRoot + "/Mir";
 
     defEncoding = MirConfig.getProp("Mir.DefaultEncoding");
     openAction = MirConfig.getProp("Producer.OpenAction");