mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
24.42.2006 cbd396e9cce878aabf55294718fa8ff2e4b9ac91
Update the system information monitor provider to include the value of the
java.home system property in the entry that it generates.

OpenDS Issue Number: 861
1 files modified
2 ■■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/monitors/SystemInfoMonitorProvider.java 2 ●●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/monitors/SystemInfoMonitorProvider.java
@@ -172,6 +172,8 @@
                              System.getProperty("java.vm.version")));
    attrs.add(createAttribute("jvmVendor",
                              System.getProperty("java.vm.vendor")));
    attrs.add(createAttribute("javaHome",
                              System.getProperty("java.home")));
    attrs.add(createAttribute("classPath",
                              System.getProperty("java.class.path")));
    attrs.add(createAttribute("workingDirectory",