/[Apache-SVN]/tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/struts-config.xml
ViewVC logotype

Diff of /tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/struts-config.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/struts-config.xml	2006/02/22 22:58:24	379957
+++ tomcat/container/branches/tc4.1.x/webapps/admin/WEB-INF/struts-config.xml	2006/02/22 22:59:15	379958
@@ -1,13 +1,11 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 
 <!DOCTYPE struts-config PUBLIC
-          "-//Apache Software Foundation//DTD Struts Configuration 1.0//EN"
-          "http://jakarta.apache.org/struts/dtds/struts-config_1_0.dtd"> 
-
+          "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
+          "http://struts.apache.org/dtds/struts-config_1_2.dtd">
 
 <struts-config>
 
-
   <!-- ========== Data Source Configuration =============================== -->
 
 
@@ -1047,5 +1045,10 @@
 
 
   </action-mappings>  
+
+  <!-- ========== Controller Configuration ================================ -->
+  <controller locale="true" nocache="true"/>
+  
+  <message-resources parameter="org.apache.webapp.admin.ApplicationResources"/>
     
 </struts-config>

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26