cmlenz 01/09/23 13:33:33
Modified: web/admin/WEB-INF web.xml
Log:
Oops. Make the context-parameter defaults somewhat more generic.
Revision Changes Path
1.2 +17 -6 jakarta-slide/web/admin/WEB-INF/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-slide/web/admin/WEB-INF/web.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- web.xml 2001/09/23 20:27:20 1.1
+++ web.xml 2001/09/23 20:33:33 1.2
@@ -6,15 +6,26 @@
<web-app>
- <!-- Context Initialization Parameters -->
- <context-param>
+ <!-- Context Initialization Parameters
+
+ Use these parameters to specify the path to the domain configuration
+ file and the specific namespace to use, if necessary.
+
+ If you don't specify the domain parameter, it is assumed that the
+ domain will already be initialized when this context is started, or
+ that you've specified the path to the domain configuration file in
+ slide.properties.
+
+ If you don't specify the namespace parameter, the default namespace will
+ be used, if available. -->
+ <!-- context-param>
<param-name>domain</param-name>
- <param-value>/web/extranet/teamdoc/WEB-INF/domain.xml</param-value>
- </context-param>
- <context-param>
+ <param-value>/Domain.xml</param-value>
+ </context-param -->
+ <!-- context-param>
<param-name>namespace</param-name>
<param-value>slide</param-value>
- </context-param>
+ </context-param -->
<!-- Action Servlet Configuration -->
<servlet>