From 7f4d64f4d3272dc202c4bb9f0b6157aaad6c89c6 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Tue, 18 Jan 2011 07:46:18 +0000 Subject: [PATCH] Correct a pair of typos in documentation git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1060226 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/listeners.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/docs/config/listeners.xml b/webapps/docs/config/listeners.xml index 195e3fbf4..cb1cbc809 100644 --- a/webapps/docs/config/listeners.xml +++ b/webapps/docs/config/listeners.xml @@ -121,7 +121,7 @@ (org.apache.catalina.mbeans.ServerLifecycleListener)

The Server Lifecycle Listener initializes the - MBeanServer for the MBeans that may be used to manager Tomcat via JMX. + MBeanServer for the MBeans that may be used to manage Tomcat via JMX. Without this listener, none of the Tomcat MBeans will be available.

This listener must only be nested within Server -- 2.11.0