Update of /var/cvs/src/org/mmbase/module/core
In directory james.mmbase.org:/tmp/cvs-serv28691
Modified Files:
MMBaseContext.java
Log Message:
There is little point in storing the java version in a var
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/module/core
Index: MMBaseContext.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/module/core/MMBaseContext.java,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -b -r1.59 -r1.60
--- MMBaseContext.java 21 Apr 2008 13:19:59 -0000 1.59
+++ MMBaseContext.java 11 Jul 2008 13:37:04 -0000 1.60
@@ -27,7 +27,7 @@
* @author Daniel Ockeloen
* @author David van Zeventer
* @author Jaco de Groot
- * @version $Id: MMBaseContext.java,v 1.59 2008/04/21 13:19:59 michiel Exp $
+ * @version $Id: MMBaseContext.java,v 1.60 2008/07/11 13:37:04 michiel Exp $
*/
public class MMBaseContext {
private static final Logger log =
Logging.getLoggerInstance(MMBaseContext.class);
@@ -35,7 +35,6 @@
static boolean htmlRootInitialized = false;
private static ServletContext sx;
private static String userDir;
- private static String javaVersion;
private static String htmlRoot;
private static String htmlRootUrlPath = "/";
@@ -65,8 +64,6 @@
log.info("Reinitializing, this time with ServletContext");
}
- // get the java version we are running
- javaVersion = System.getProperty("java.version");
// store the current context
sx = servletContext;
// Get the user directory using the user.dir property.
@@ -199,7 +196,8 @@
log.info("===========================");
log.info("MMBase logging initialized.");
log.info("===========================");
- log.info("java.version : " + javaVersion);
+ log.info("java.version : " +
System.getProperty("java.version"));
+
log.info("user.dir : " + userDir);
String configPath = ResourceLoader.getConfigurationRoot().toString();
log.info("configuration : " + configPath);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs