vgritsenko 02/01/15 08:51:26
Modified: src/webapp/WEB-INF web.xml
Log:
Added comment on servlet mapping
Revision Changes Path
1.2 +6 -0 xml-cocoon2/src/webapp/WEB-INF/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/web.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- web.xml 3 Jan 2002 12:31:39 -0000 1.1
+++ web.xml 15 Jan 2002 16:51:25 -0000 1.2
@@ -211,6 +211,12 @@
<load-on-startup>1</load-on-startup>
</servlet>
+ <!--
+ Cocoon handles all the URL space assigned to the webapp using its
sitemap.
+ It is recommended to leave it unchanged. Under some circumstances though
+ (like integration with proprietary webapps or servlets) you might have
+ to change this parameter.
+ -->
<servlet-mapping>
<servlet-name>Cocoon2</servlet-name>
<url-pattern>/</url-pattern>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]