Update of 
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war-live/src/webapp/WEB-INF
In directory 
james.mmbase.org:/tmp/cvs-serv29550/demo.cmscontainer.org/war-live/src/webapp/WEB-INF

Modified Files:
      Tag: b1_4
        web.xml 
Log Message:
Cleaned up and added default settings for options


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war-live/src/webapp/WEB-INF


Index: web.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Demo/demo.cmscontainer.org/war-live/src/webapp/WEB-INF/web.xml,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -b -r1.6 -r1.6.2.1
--- web.xml     24 Dec 2007 09:28:05 -0000      1.6
+++ web.xml     15 Feb 2008 12:29:29 -0000      1.6.2.1
@@ -170,6 +170,10 @@
         <display-name>Redirect</display-name>
         <servlet-name>CmscRedirectServlet</servlet-name>
         
<servlet-class>com.finalist.cmsc.services.search.RedirectServlet</servlet-class>
+        <init-param>
+                       <param-name>forwardRequest</param-name>
+                       <param-value>true</param-value>
+        </init-param>
         <load-on-startup>4</load-on-startup>
     </servlet>
     
@@ -316,7 +320,9 @@
        </mime-mapping>
 
        <welcome-file-list>
+       <welcome-file>index.jspx</welcome-file>
                <welcome-file>index.jsp</welcome-file>
+       <welcome-file>default.jsp</welcome-file>
                <welcome-file>index.html</welcome-file>
        </welcome-file-list>
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to