Ok, big merge. here's the new xml-config stuff in action. There's a few
[mir.git] / source / mircoders / servlet / ServletModuleSchwerpunkt.java
index de31ae9..39953fe 100755 (executable)
@@ -33,7 +33,7 @@ public class ServletModuleSchwerpunkt extends ServletModule
   public static ServletModule getInstance() { return instance; }
 
   private ServletModuleSchwerpunkt() {
-       theLog = Logfile.getInstance(MirConfig.getProp("Home") + MirConfig.getProp("ServletModule.Schwerpunkt.Logfile"));
+       theLog = Logfile.getInstance(this.getClass().getName());
        templateListString = MirConfig.getProp("ServletModule.Schwerpunkt.ListTemplate");
        templateObjektString = MirConfig.getProp("ServletModule.Schwerpunkt.ObjektTemplate");
        templateConfirmString = MirConfig.getProp("ServletModule.Schwerpunkt.ConfirmTemplate");