Browse Source

good bye struts-config.xml

jflute 10 years ago
parent
commit
6ec3212d64
1 changed files with 0 additions and 55 deletions
  1. 0 55
      src/main/webapp/WEB-INF/struts-config.xml

+ 0 - 55
src/main/webapp/WEB-INF/struts-config.xml

@@ -1,55 +0,0 @@
-<?xml version="1.0"?>
-
-<!DOCTYPE struts-config PUBLIC
-          "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
-          "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">
-
-<struts-config>
-
-<!-- ======================================== Form Bean Definitions -->
-
-    <form-beans>
-    </form-beans>
-
-<!-- ================================= Global Exception Definitions -->
-
-    <global-exceptions>
-    </global-exceptions>
-
-<!-- =================================== Global Forward Definitions -->
-
-    <global-forwards>
-    </global-forwards>
-
-<!-- =================================== Action Mapping Definitions -->
-
-    <action-mappings>
-    </action-mappings>
-    
-
-<!-- ===================================== Controller Configuration -->
-
-    <controller
-        maxFileSize="10M"
-        bufferSize="1024"
-        processorClass="org.codelibs.fess.struts.action.FessRequestProcessor"
-        multipartClass="org.dbflute.saflute.web.action.processor.ActionMultipartRequestHandler"/>
-
-<!-- ================================ Message Resources Definitions -->
-
-    <message-resources parameter="application"
-        factory="org.seasar.struts.util.S2PropertyMessageResourcesFactory">
-        <!-- 
-        factory="org.dbflute.saflute.web.action.message.PropertiesMessageResourcesFactory">
-         -->
-    </message-resources>
-
-<!-- ======================================= Plug Ins Configuration -->
-
-    <plug-in className="org.seasar.struts.validator.S2ValidatorPlugIn">
-        <set-property
-          property="pathnames"
-          value="/WEB-INF/validator-rules.xml"/>
-    </plug-in>
-</struts-config>
-