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