下面截取部分有差异的启动日志
1、系统能正常部署
下面使部分debug 日志
14:07:57,218 DEBUG UpdateChecker:54 - Checking for available updated version of Quartz...
14:07:57,437 DEBUG XmlConfigurationProvider:68 - Loaded action configuration from: struts-discourse.xml
14:07:57,437 DEBUG XmlConfigurationProvider:68 - Loading action configurations from: struts-part.xml
14:07:57,437 DEBUG FileManager:68 - Creating revision for URL: file:/C:/apache-tomcat-6.0.35-windows-x86/apache-tomcat-6.0.35/webapps/seechange/WEB-INF/classes/struts-part.xml
14:07:57,718 DEBUG XmlConfigurationProvider:68 - Loaded action configuration from: struts-part.xml
14:07:57,718 DEBUG XmlConfigurationProvider:68 - Loaded action configuration from: struts.xml
14:07:57,718 INFO XmlConfigurationProvider:42 - Parsing configuration file [struts.xml]
14:07:57,718 DEBUG PropertiesSettings:68 - struts.properties missing
14:07:57,718 INFO BeanSelectionProvider:42 - Choosing bean (spring) for class com.opensymphony.xwork2.ObjectFactory
14:07:57,718 INFO BeanSelectionProvider:42 - Choosing bean (struts) for class com.opensymphony.xwork2.conversion.impl.XWorkConverter
14:07:57,718 INFO BeanSelectionProvider:42 - Choosing bean (struts) for interface com.opensymphony.xwork2.TextProvider
14:07:57,718 INFO BeanSelectionProvider:42 - Choosing bean (struts) for interface com.opensymphony.xwork2.ActionProxyFactory
14:07:57,718 INFO BeanSelectionProvider:42 - Choosing bean (struts) for interface com.opensymphony.xwork2.conversion.ObjectTypeDeterminer
14:07:57,718 INFO BeanSelectionProvider:42 - Choosing bean (struts) for interface org.apache.struts2.dispatcher.mapper.ActionMapper
14:07:57,718 INFO BeanSelectionProvider:42 - Choosing bean (jakarta) for interface org.apache.struts2.dispatcher.multipart.MultiPartRequest
14:07:57,718 INFO BeanSelectionProvider:42 - Choosing bean (struts) for class org.apache.struts2.views.freemarker.FreemarkerManager
一些struts 配置文件的读取加载
。。。。。。。。。
14:07:58,625 DEBUG ConfigurationManager:68 - Checking ConfigurationProviders for reload.
14:07:58,640 DEBUG ConfigurationManager:68 - Checking ConfigurationProviders for reload.
2014-9-16 14:07:58 org.apache.coyote.http11.Http11AprProtocol start
信息: Starting Coyote HTTP/1.1 on http-8080
2014-9-16 14:07:58 org.apache.coyote.ajp.AjpAprProtocol start
信息: Starting Coyote AJP/1.3 on ajp-8009
2014-9-16 14:07:58 org.apache.catalina.startup.Catalina start
信息: Server startup in 11936 ms
14:09:31,625 DEBUG BasicResourcePool:1962 - Refurbishing idle resources - Tue Sep 16 14:09:31 CST 2014 [com.mchange.v2.resourcepool.BasicResourcePool@1469a69]
14:09:31,640 DEBUG BasicResourcePool:1644 - trace com.mchange.v2.resourcepool.BasicResourcePool@1469a69 [managed: 10, unused: 10, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@1a2cc7)
14:09:31,640 DEBUG C3P0PooledConnectionPool:315 - Testing PooledConnection [com.mchange.v2.c3p0.impl.NewPooledConnection@1a6c368] on IDLE CHECK.
14:09:31,640 DEBUG C3P0PooledConnectionPool:315 - Testing PooledConnection [com.mchange.v2.c3p0.impl.NewPooledConnection@d2bb53] on IDLE CHECK.
14:09:31,640 DEBUG C3P0PooledConnectionPool:315 - Testing PooledConnection [com.mchange.v2.c3p0.impl.NewPooledConnection@1a2cc7] on IDLE CHECK.
14:09:31,640 DEBUG GooGooStatementCache:297 - checkinAll(): com.mchange.v2.c3p0.stmt.GlobalMaxOnlyStatementCache stats -- total size: 0; checked out: 0; num connections: 0; num keys: 0
2、系统不能正常部署
下面是 debug 日志
2014-09-16 11:23:02,734 DEBUG - Checking for available updated version of Quartz...
2014-09-16 11:23:03,078 DEBUG - Loaded action configuration from: struts-discourse.xml
2014-09-16 11:23:03,078 DEBUG - Loading action configurations from: struts-part.xml
2014-09-16 11:23:03,078 DEBUG - Creating revision for URL: file:/C:/apache-tomcat-6.0.35-windows-x86/apache-tomcat-6.0.35/webapps/seechange/WEB-INF/classes/struts-part.xml
2014-09-16 11:24:57,156 DEBUG - Refurbishing idle resources - Tue Sep 16 11:24:57 CST 2014 [com.mchange.v2.resourcepool.BasicResourcePool@661532]
2014-09-16 11:24:57,156 DEBUG - trace com.mchange.v2.resourcepool.BasicResourcePool@661532 [managed: 10, unused: 10, excluded: 0] (e.g. com.mchange.v2.c3p0.impl.NewPooledConnection@16523ab)
2014-09-16 11:24:57,156 DEBUG - Testing PooledConnection [com.mchange.v2.c3p0.impl.NewPooledConnection@13887c2] on IDLE CHECK.