logging is now done more appropriately... still waiting for idefix' introduction...
[mir.git] / source / OpenMir.java
index 1b10a98..b855083 100755 (executable)
@@ -41,7 +41,8 @@ public class OpenMir extends AbstractServlet {
     long            startTime = (new java.util.Date()).getTime();
     long            sessionConnectTime=0;
 
-    // get the configration
+    // get the configration - this could conflict if 2 mirs are in the
+    // VM maybe? to be checked. -mh
     if(getServletContext().getAttribute("mir.confed") == null) {
       getConfig(req);
     }