was下struts.xml重复加载问题

我的SSH项目,用的是struts2.部署到tomcat下正常。但部署到WAS下,在启动时会重复加载struts.xml,直到内存耗尽。启动时日志信息如下:

[11-3-31 14:13:24:765 CST] 00000023 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:24:765 CST] 00000021 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:24:765 CST] 00000028 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:24:765 CST] 00000038 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:24:765 CST] 00000029 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:24:796 CST] 00000026 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:24:796 CST] 00000027 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:24:765 CST] 00000039 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:24:765 CST] 00000022 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:24:796 CST] 00000020 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:25:468 CST] 00000023 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:25:484 CST] 00000021 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:25:484 CST] 00000038 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:25:500 CST] 00000028 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:25:500 CST] 00000029 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:25:578 CST] 00000022 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:25:921 CST] 00000029 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:25:921 CST] 00000038 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:25:937 CST] 00000023 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:25:937 CST] 00000028 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:25:937 CST] 00000021 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:26:000 CST] 00000020 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:26:000 CST] 00000027 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:26:062 CST] 00000026 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:26:062 CST] 00000039 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:26:046 CST] 00000029 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:26:046 CST] 00000038 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:26:046 CST] 00000021 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:26:093 CST] 00000022 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:26:046 CST] 00000028 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:26:046 CST] 00000023 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:26:156 CST] 00000020 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:26:140 CST] 00000022 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:26:156 CST] 00000020 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:26:171 CST] 00000026 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:26:187 CST] 00000039 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:26:234 CST] 00000039 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:26:234 CST] 00000026 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:26:171 CST] 00000027 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:26:656 CST] 00000027 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:26:937 CST] 00000038 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:26:937 CST] 00000038 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:26:953 CST] 00000038 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:26:937 CST] 00000023 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:27:000 CST] 00000023 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:27:000 CST] 00000023 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:26:937 CST] 00000028 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:26:937 CST] 00000021 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:26:937 CST] 00000029 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:27:031 CST] 00000029 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:27:031 CST] 00000021 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:27:000 CST] 0000003a XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:27:046 CST] 00000029 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:27:015 CST] 00000028 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:27:109 CST] 00000028 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:27:062 CST] 00000021 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:27:312 CST] 0000003a XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:27:421 CST] 0000003a XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:27:421 CST] 0000003a BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:27:734 CST] 00000039 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:27:734 CST] 00000039 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:27:750 CST] 00000039 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:27:796 CST] 00000022 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:27:843 CST] 00000022 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:27:796 CST] 00000026 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:27:890 CST] 00000026 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:27:890 CST] 00000026 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:27:859 CST] 00000022 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:27:890 CST] 00000020 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:27:937 CST] 00000020 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:27:953 CST] 00000020 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:27:968 CST] 00000027 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:27:984 CST] 00000027 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:28:031 CST] 00000027 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:28:093 CST] 0000003a StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:28:140 CST] 0000003a SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:28:140 CST] 0000003a StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:34:765 CST] 0000003c XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:34:765 CST] 0000003d XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:34:781 CST] 0000003e XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:34:796 CST] 0000003f XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:34:890 CST] 0000003c XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:34:953 CST] 0000003d XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:35:046 CST] 0000003c XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:35:078 CST] 0000003c BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:35:046 CST] 00000040 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:35:078 CST] 0000003e XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:35:093 CST] 0000003f XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:35:125 CST] 0000003d XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:35:140 CST] 0000003d BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:35:171 CST] 0000003f XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:35:156 CST] 00000042 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:35:203 CST] 0000003f BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:35:203 CST] 00000040 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:35:171 CST] 0000003e XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:35:140 CST] 00000041 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:35:296 CST] 0000003e BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:35:343 CST] 00000040 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:35:359 CST] 00000040 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:35:312 CST] 00000042 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:35:406 CST] 00000041 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:35:468 CST] 00000041 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:35:468 CST] 00000042 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:35:484 CST] 00000041 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:35:484 CST] 00000042 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:35:515 CST] 0000003c StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:35:546 CST] 0000003c SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:35:578 CST] 0000003c StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:35:640 CST] 0000003d StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:35:656 CST] 0000003d SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:35:671 CST] 0000003d StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:35:703 CST] 0000003f StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:35:734 CST] 0000003e StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:35:750 CST] 0000003e SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:35:734 CST] 0000003f SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:35:750 CST] 0000003e StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:35:781 CST] 0000003f StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:35:765 CST] 00000040 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:35:875 CST] 00000040 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:35:906 CST] 00000040 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:35:906 CST] 00000042 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:35:953 CST] 00000042 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:35:937 CST] 00000041 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:35:953 CST] 00000042 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:35:968 CST] 00000041 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:36:000 CST] 00000041 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:37:390 CST] 00000043 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:37:484 CST] 00000043 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:37:625 CST] 00000043 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:37:625 CST] 00000043 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:38:156 CST] 00000045 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:38:265 CST] 00000045 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:38:421 CST] 00000046 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:38:515 CST] 00000045 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:38:531 CST] 00000046 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:38:546 CST] 00000045 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:38:593 CST] 00000046 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:38:593 CST] 00000046 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:38:828 CST] 00000043 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:38:890 CST] 00000043 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:38:906 CST] 00000043 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:39:000 CST] 00000046 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:39:000 CST] 00000046 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:39:000 CST] 00000047 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:13:39:015 CST] 00000046 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:39:031 CST] 00000045 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:39:031 CST] 00000045 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:13:39:046 CST] 00000045 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:13:39:062 CST] 00000047 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:13:39:093 CST] 00000047 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:13:39:109 CST] 00000047 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:13:39:812 CST] 00000047 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:13:39:828 CST] 00000047 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name

[11-3-31 14:14:27:359 CST] 00000048 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:27:359 CST] 0000004f XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:27:484 CST] 00000048 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:28:687 CST] 00000048 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:28:718 CST] 0000004f XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:29:609 CST] 00000053 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:28:734 CST] 00000051 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:29:796 CST] 00000050 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:29:890 CST] 00000048 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:30:062 CST] 0000004f XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:30:093 CST] 0000004f BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:30:078 CST] 00000055 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:30:078 CST] 00000057 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:30:140 CST] 00000051 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:30:187 CST] 00000053 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:30:203 CST] 00000054 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:30:312 CST] 00000051 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:30:484 CST] 00000055 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:30:500 CST] 00000057 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:31:640 CST] 00000050 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:32:500 CST] 00000056 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:32:656 CST] 00000053 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:32:703 CST] 00000058 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:33:031 CST] 00000051 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:33:093 CST] 00000055 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:33:156 CST] 00000062 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:33:156 CST] 00000064 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:33:062 CST] 0000005a XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:33:171 CST] 00000059 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:33:171 CST] 0000005e XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:33:187 CST] 0000005c XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:33:171 CST] 00000060 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:33:203 CST] 00000055 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:33:171 CST] 0000005d XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:35:328 CST] 00000061 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:35:328 CST] 0000005f XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:34:921 CST] 00000058 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:34:859 CST] 00000056 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:35:343 CST] 00000063 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:34:859 CST] 00000054 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:34:984 CST] 00000050 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:34:921 CST] 00000062 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:33:046 CST] 00000053 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:33:140 CST] 0000005b XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:33:531 CST] 00000048 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:14:33:187 CST] 00000057 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:36:484 CST] 00000048 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:14:36:531 CST] 00000048 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:14:36:546 CST] 00000065 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-default.xml]
[11-3-31 14:14:37:296 CST] 0000005e XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:37:484 CST] 00000064 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:37:484 CST] 0000005c XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:37:484 CST] 0000005a XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:37:500 CST] 00000050 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:37:500 CST] 00000059 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:38:203 CST] 00000061 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:38:390 CST] 00000057 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:38:390 CST] 00000062 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:38:406 CST] 0000004f StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:14:39:109 CST] 0000005e XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:38:390 CST] 00000058 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:39:046 CST] 0000005f XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:39:796 CST] 00000058 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:39:140 CST] 00000064 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:39:046 CST] 00000062 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:39:078 CST] 0000005d XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:39:140 CST] 0000004f SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:14:39:062 CST] 0000005b XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:39:031 CST] 00000063 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:39:890 CST] 00000064 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:39:968 CST] 0000004f StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:14:39:046 CST] 00000056 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:39:171 CST] 0000005e BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:39:140 CST] 00000060 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:39:062 CST] 00000054 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:40:687 CST] 00000054 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:40:640 CST] 00000056 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:40:796 CST] 0000005a XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:40:843 CST] 00000065 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts-plugin.xml]
[11-3-31 14:14:40:812 CST] 0000005c XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:40:875 CST] 0000005a BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:41:468 CST] 0000005c BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:41:656 CST] 00000061 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:42:312 CST] 0000005d XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:42:312 CST] 0000005f XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:42:312 CST] 0000005b XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:42:328 CST] 00000060 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:42:375 CST] 00000059 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:43:187 CST] 00000051 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Initializing Struts-Spring integration...
[11-3-31 14:14:43:234 CST] 00000051 SpringObjectF I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Setting autowire strategy to name
[11-3-31 14:14:43:250 CST] 00000051 StrutsSpringO I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info ... initialized Struts-Spring integration successfully
[11-3-31 14:14:44:171 CST] 00000063 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:44:187 CST] 0000005f BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:44:203 CST] 00000060 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:44:203 CST] 00000061 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:44:250 CST] 00000059 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:44:218 CST] 00000063 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:44:265 CST] 0000005b BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:44:250 CST] 0000005d BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources
[11-3-31 14:14:44:968 CST] 00000065 XmlConfigurat I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Parsing configuration file [struts.xml]
[11-3-31 14:14:45:062 CST] 00000065 BeanSelection I com.opensymphony.xwork2.util.logging.commons.CommonsLogger info Loading global messages from resources/ApplicationResources

 

不知道有没有人遇到?想听听大家的意见。我实在没办法。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值