haul 01/11/19 07:08:23
Modified: webapp/WEB-INF Tag: cocoon_20_branch web.xml
Log:
Corrected parameter ordering
Revision Changes Path
No revision
No revision
1.1.1.1.2.12 +6 -6 xml-cocoon2/webapp/WEB-INF/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/webapp/WEB-INF/web.xml,v
retrieving revision 1.1.1.1.2.11
retrieving revision 1.1.1.1.2.12
diff -u -r1.1.1.1.2.11 -r1.1.1.1.2.12
--- web.xml 2001/10/01 18:27:11 1.1.1.1.2.11
+++ web.xml 2001/11/19 15:08:23 1.1.1.1.2.12
@@ -201,12 +201,6 @@
</init-param>
-->
- <!--
- This parameter allows you to startup Cocoon2 immediately after startup
- of your servlet engine.
- -->
- <load-on-startup>1</load-on-startup>
-
<!--
If you set this parameter to 'true' or 'yes', Cocoon will add processing
time to the end of each response. Value 'hide' adds processing time as an HTML
@@ -217,6 +211,12 @@
<param-value>hide</param-value>
</init-param>
-->
+
+ <!--
+ This parameter allows you to startup Cocoon2 immediately after startup
+ of your servlet engine.
+ -->
+ <load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]