haul 01/11/19 07:06:49
Modified: webapp/WEB-INF web.xml
Log:
Corrected parameter ordering.
Revision Changes Path
1.15 +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.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- web.xml 2001/09/19 08:33:07 1.14
+++ web.xml 2001/11/19 15:06:48 1.15
@@ -190,12 +190,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
@@ -206,6 +200,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]