TOMCAT启动太慢有关问题

TOMCAT启动太慢问题
启动信息如下:
2009-3-5 6:03:06 org.apache.catalina.core.AprLifecycleListener init
信息: Loaded Apache Tomcat Native library 1.1.8.
2009-3-5 6:03:09 org.apache.coyote.http11.Http11AprProtocol init
信息: Initializing Coyote HTTP/1.1 on http-8080
2009-3-5 6:03:09 org.apache.coyote.ajp.AjpAprProtocol init
信息: Initializing Coyote AJP/1.3 on ajp-8009
2009-3-5 6:03:09 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 4625 ms
2009-3-5 6:03:09 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2009-3-5 6:03:09 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.10
2009-3-5 6:03:21 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
2009-3-5 6:04:47 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
2009-3-5 6:06:22 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
(0 ms) [main] WARN : com.mchange.v2.c3p0.management.ActiveManagementCoordinator#attemptManageC3P0Registry : A C3P0Registry mbean is already registered. This probably means that an application using c3p0 was undeployed, but not all PooledDataSources were closed prior to undeployment. This may lead to resource leaks over time. Please take care to close all PooledDataSources.
2009-3-5 6:07:25 org.apache.catalina.core.ApplicationContext log
信息: Set web app root system property: 'webapp.root' = [D:\Tomcat 6.0\webapps\sshnews\]
2009-3-5 6:07:25 org.apache.catalina.core.ApplicationContext log
信息: Initializing Log4J from [D:\Tomcat 6.0\webapps\sshnews\WEB-INF\log4j.properties]
2009-03-05 06:07:27 [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider]-[INFO] Parsing configuration file [struts-default.xml]
2009-03-05 06:07:30 [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider]-[INFO] Parsing configuration file [struts-plugin.xml]
2009-03-05 06:07:30 [com.opensymphony.xwork2.config.providers.XmlConfigurationProvider]-[INFO] Parsing configuration file [struts.xml]
2009-03-05 06:07:30 [org.apache.struts2.config.Settings]-[WARN] Settings: Could not parse struts.locale setting, substituting default VM locale
2009-03-05 06:07:32 [com.opensymphony.xwork2.spring.SpringObjectFactory]-[INFO] Setting autowire strategy to name
2009-03-05 06:07:41 [com.opensymphony.xwork2.util.ObjectTypeDeterminerFactory]-[INFO] Setting DefaultObjectTypeDeterminer as default ...
2009-3-5 6:07:42 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
2009-3-5 6:07:42 org.springframework.web.context.ContextLoader initWebApplicationContext
信息: Root WebApplicationContext: initialization started
2009-3-5 6:07:44 org.springframework.context.support.AbstractApplicationContext prepareRefresh
信息: Refreshing org.springframework.web.context.support.XmlWebApplicationContext@128647a: display name [Root WebApplicationContext]; startup date [Thu Mar 05 06:07:44 GMT 2009]; root of context hierarchy
2009-3-5 6:07:46 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from class path resource [applicationContext.xml]
2009-3-5 6:07:46 org.springframework.context.support.AbstractApplicationContext obtainFreshBeanFactory
信息: Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@128647a]: org.springframework.beans.factory.support.DefaultListableBeanFactory@1370ce9
2009-3-5 6:07:47 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons