67,549
社区成员




八月 11, 2014 5:09:24 下午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory ROOT
八月 11, 2014 5:09:24 下午 org.apache.coyote.http11.Http11Protocol start
信息: Starting Coyote HTTP/1.1 on http-8888
八月 11, 2014 5:09:24 下午 org.apache.jk.common.ChannelSocket init
信息: JK: ajp13 listening on /0.0.0.0:8009
八月 11, 2014 5:09:24 下午 org.apache.jk.server.JkMain start
信息: Jk running ID=0 time=1/20 config=null
八月 11, 2014 5:09:24 下午 org.apache.catalina.startup.Catalina start
信息: Server startup in 12881 ms
八月 11, 2014 5:09:44 下午 org.apache.catalina.startup.HostConfig checkResources
信息: Reloading context [/jike]
八月 11, 2014 5:09:44 下午 org.apache.catalina.core.ApplicationContext log
信息: Closing Spring root WebApplicationContext
八月 11, 2014 5:09:45 下午 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: The web application [/jike] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
八月 11, 2014 5:09:45 下午 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: The web application [/jike] registered the JDBC driver [org.logicalcobwebs.proxool.ProxoolDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
八月 11, 2014 5:09:45 下午 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [/jike] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
八月 11, 2014 5:09:45 下午 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [/jike] appears to have started a thread named [Store sessionCache Spool Thread] but has failed to stop it. This is very likely to create a memory leak.
八月 11, 2014 5:09:45 下午 org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
严重: The web application [/jike] appears to have started a thread named [Store sessionCache Expiry Thread] but has failed to stop it. This is very likely to create a memory leak.
八月 11, 2014 5:09:46 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
<bean id="dataSource" class="com.mchange.v2.c3p0.ComboPooledDataSource" destroy-method="close">
<property name="driverClass" value="com.mysql.jdbc.Driver"/>
<property name="jdbcUrl" value="jdbc:mysql://localhost:3306/jike"/>
<property name="user" value="root"/>
<property name="password" value="root"/>
<!-- Connection Pooling Info -->
<property name="initialPoolSize" value="5"></property>
<property name="maxIdleTime" value="100"></property>
<property name="maxPoolSize" value="50"></property>
<property name="minPoolSize" value="5"></property>
</bean>
<bean id="cacheManager" class="net.sf.ehcache.CacheManager">
</bean>
<cache name="sessionCache"
maxElementsInMemory="1000"
eternal="false"
overflowToDisk="true"
diskPersistent="false"
timeToIdleSeconds="300"
timeToLiveSeconds="300"
diskExpiryThreadIntervalSeconds="120"
memoryStoreEvictionPolicy="FIFO"
/>