--- C:\Home\leo\LOCALS~1\Temp\webapp.WEB-INF.web_orig_0.xml     Thu Aug 30 15:20
:21 2001
+++ C:\Home\leo\private\Apache\xml-cocoon2\webapp\WEB-INF\web.xml       Thu Aug
30 15:16:44 2001
@@ -184,6 +184,22 @@
     -->

     <!--
+      This parameter allows you to select the parent component manager.
+      The class will be instantiated via the constructor that takes a single
+      String as a parameter. That String will be equal to the text after the
+      '/'.
+
+      Cocoon honors the Loggable and Initializable interfaces for this class,
+      if it implements them.
+    -->
+    <!--
+    <init-param>
+      <param-name>parent-component-manager</param-name>
+      <param-value>org.apache.cocoon.components.ParentComponentManager/InitParameter</param-value>
+    </init-param>
+    -->
+
+    <!--
       This parameter allows you to startup Cocoon2 immediately after startup
       of your servlet engine.
     -->