diff --git a/pom.xml b/pom.xml index 3ec70ed74..5373b1da8 100644 --- a/pom.xml +++ b/pom.xml @@ -127,7 +127,8 @@ com.agilejava.docbkx docbkx-maven-plugin - 2.0.8 + + 2.0.7 @@ -177,12 +178,18 @@ + + + + + + maven-javadoc-plugin 2.5 diff --git a/src/docbkx/reference/jmx.xml b/src/docbkx/reference/jmx.xml index 098058255..2e2367c64 100644 --- a/src/docbkx/reference/jmx.xml +++ b/src/docbkx/reference/jmx.xml @@ -1,27 +1,23 @@ +"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"> JMX support The JMX support for MongoDB exposes the results of executing the - 'serverStatus' command on the admin database for a single MongoDB server - instance. It also exposes an administrative MBean, MongoAdmin which will let - you perform administrative operations such as drop or create a database. The - JMX features build upon the JMX feature set available in the Spring - Framework. See - here - - for more details. - + 'serverStatus' command on the admin database for a single MongoDB server + instance. It also exposes an administrative MBean, MongoAdmin which will let + you perform administrative operations such as drop or create a database. The + JMX features build upon the JMX feature set available in the Spring + Framework. See here + for more details.
MongoDB JMX Configuration Spring's Mongo namespace enables you to easily enable JMX - functionality - + functionality XML schmea to configure MongoDB @@ -108,7 +104,7 @@ - +
diff --git a/src/docbkx/resources/images/jconsole.png b/src/docbkx/resources/images/jconsole.png new file mode 100644 index 000000000..267aee8a4 Binary files /dev/null and b/src/docbkx/resources/images/jconsole.png differ