部署李刚轻量级JAVA EE hrsystem的tomcat7启动信息

本文记录了Apache Tomcat 7.0.57在Windows 7系统上的启动过程及配置详情,包括Java环境、Tomcat目录设置、监听端口、数据库连接池配置等。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

一月 12, 2015 9:54:22 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server version:        Apache Tomcat/7.0.57
一月 12, 2015 9:54:22 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server built:          Nov 3 2014 08:39:16 UTC
一月 12, 2015 9:54:22 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server number:         7.0.57.0
一月 12, 2015 9:54:22 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: OS Name:               Windows 7
一月 12, 2015 9:54:22 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: OS Version:            6.1
一月 12, 2015 9:54:22 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Architecture:          amd64
一月 12, 2015 9:54:22 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: JAVA_HOME:             C:\Program Files\Java\jre7
一月 12, 2015 9:54:22 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: JVM Version:           1.7.0_72-b14
一月 12, 2015 9:54:22 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: JVM Vendor:            Oracle Corporation
一月 12, 2015 9:54:22 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: CATALINA_BASE:         C:\apache-tomcat-7.0.57
一月 12, 2015 9:54:22 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: CATALINA_HOME:         C:\apache-tomcat-7.0.57
一月 12, 2015 9:54:22 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcatalina.home=C:\apache-tomcat-7.0.57
一月 12, 2015 9:54:22 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcatalina.base=C:\apache-tomcat-7.0.57
一月 12, 2015 9:54:22 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Djava.endorsed.dirs=C:\apache-tomcat-7.0.57/common/endorsed
一月 12, 2015 9:54:22 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Djava.io.tmpdir=C:\apache-tomcat-7.0.57\temp
一月 12, 2015 9:54:22 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Djava.library.path=C:\Program Files\Java\jre7\bin;C:\apache-tomcat-7.0.57\bin
一月 12, 2015 9:54:22 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dsun.io.useCanonCaches=false
一月 12, 2015 9:54:22 上午 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: Loaded APR based Apache Tomcat Native library 1.1.32 using APR version 1.5.1.
一月 12, 2015 9:54:22 上午 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
一月 12, 2015 9:54:23 上午 org.apache.catalina.core.AprLifecycleListener initializeSSL
信息: OpenSSL successfully initialized (OpenSSL 1.0.1j 15 Oct 2014)
一月 12, 2015 9:54:23 上午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["http-apr-8080"]
一月 12, 2015 9:54:23 上午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["ajp-apr-8009"]
一月 12, 2015 9:54:23 上午 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 2917 ms
一月 12, 2015 9:54:24 上午 org.apache.catalina.core.StandardService startInternal
信息: Starting service Catalina
一月 12, 2015 9:54:24 上午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/7.0.57
一月 12, 2015 9:54:24 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory C:\apache-tomcat-7.0.57\webapps\docs
一月 12, 2015 9:54:25 上午 org.apache.catalina.util.SessionIdGenerator createSecureRandom
信息: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [199] milliseconds.
一月 12, 2015 9:54:25 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory C:\apache-tomcat-7.0.57\webapps\docs has finished in 1,642 ms
一月 12, 2015 9:54:25 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory C:\apache-tomcat-7.0.57\webapps\examples
一月 12, 2015 9:54:27 上午 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: contextInitialized()
一月 12, 2015 9:54:27 上午 org.apache.catalina.core.ApplicationContext log
信息: SessionListener: contextInitialized()
一月 12, 2015 9:54:27 上午 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: attributeAdded('org.apache.jasper.compiler.TldLocationsCache', 'org.apache.jasper.compiler.TldLocationsCache@2097e805')
一月 12, 2015 9:54:27 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory C:\apache-tomcat-7.0.57\webapps\examples has finished in 1,336 ms
一月 12, 2015 9:54:27 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory C:\apache-tomcat-7.0.57\webapps\host-manager
一月 12, 2015 9:54:27 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory C:\apache-tomcat-7.0.57\webapps\host-manager has finished in 143 ms
一月 12, 2015 9:54:27 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory C:\apache-tomcat-7.0.57\webapps\hrSystem
一月 12, 2015 9:54:32 上午 org.apache.catalina.loader.WebappClassLoader validateJarFile
信息: validateJarFile(C:\apache-tomcat-7.0.57\webapps\hrSystem\WEB-INF\lib\javax.servlet-api-3.0.1.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
一月 12, 2015 9:54:38 上午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
一月 12, 2015 9:54:38 上午 org.springframework.web.context.ContextLoader initWebApplicationContext
信息: Root WebApplicationContext: initialization started
一月 12, 2015 9:54:38 上午 org.springframework.context.support.AbstractApplicationContext prepareRefresh
信息: Refreshing Root WebApplicationContext: startup date [Mon Jan 12 09:54:38 CST 2015]; root of context hierarchy
一月 12, 2015 9:54:38 上午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext.xml]
一月 12, 2015 9:54:39 上午 org.springframework.beans.factory.xml.XmlBeanDefinitionReader loadBeanDefinitions
信息: Loading XML bean definitions from ServletContext resource [/WEB-INF/daoContext.xml]
一月 12, 2015 9:54:39 上午 org.springframework.beans.factory.support.DefaultListableBeanFactory preInstantiateSingletons
信息: Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@75a407a7: defining beans [dataSource,sessionFactory,transactionManager,txAdvice,org.springframework.aop.config.internalAutoProxyCreator,leePointcut,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,managerTemplate,empManager,mgrManager,cronTriggerPay,cronTriggerPunch,org.springframework.scheduling.quartz.SchedulerFactoryBean#0,daoTemplate,employeeDao,managerDao,attendDao,attendTypeDao,appDao,checkDao,payDao]; root of factory hierarchy
一月 12, 2015 9:54:39 上午 com.mchange.v2.log.MLog <clinit>
信息: MLog clients using java 1.4+ standard logging.
一月 12, 2015 9:54:39 上午 com.mchange.v2.c3p0.C3P0Registry banner
信息: Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
一月 12, 2015 9:54:41 上午 org.springframework.orm.hibernate3.LocalSessionFactoryBean buildSessionFactory
信息: Building new Hibernate SessionFactory
一月 12, 2015 9:54:41 上午 com.mchange.v2.c3p0.impl.AbstractPoolBackedDataSource getPoolManager
信息: Initializing c3p0 pool... com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 2rxcos961p00r4sxechm6|3b7022f6, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 2rxcos961p00r4sxechm6|3b7022f6, idleConnectionTestPeriod -> 0, initialPoolSize -> 1, jdbcUrl -> jdbc:mysql://localhost:3306/hrSystem, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 20, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 40, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 1, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]
一月 12, 2015 9:54:45 上午 org.springframework.orm.hibernate3.HibernateTransactionManager afterPropertiesSet
信息: Using DataSource [com.mchange.v2.c3p0.ComboPooledDataSource [ acquireIncrement -> 3, acquireRetryAttempts -> 30, acquireRetryDelay -> 1000, autoCommitOnClose -> false, automaticTestTable -> null, breakAfterAcquireFailure -> false, checkoutTimeout -> 0, connectionCustomizerClassName -> null, connectionTesterClassName -> com.mchange.v2.c3p0.impl.DefaultConnectionTester, dataSourceName -> 2rxcos961p00r4sxechm6|3b7022f6, debugUnreturnedConnectionStackTraces -> false, description -> null, driverClass -> com.mysql.jdbc.Driver, factoryClassLocation -> null, forceIgnoreUnresolvedTransactions -> false, identityToken -> 2rxcos961p00r4sxechm6|3b7022f6, idleConnectionTestPeriod -> 0, initialPoolSize -> 1, jdbcUrl -> jdbc:mysql://localhost:3306/hrSystem, maxAdministrativeTaskTime -> 0, maxConnectionAge -> 0, maxIdleTime -> 20, maxIdleTimeExcessConnections -> 0, maxPoolSize -> 40, maxStatements -> 0, maxStatementsPerConnection -> 0, minPoolSize -> 1, numHelperThreads -> 3, numThreadsAwaitingCheckoutDefaultUser -> 0, preferredTestQuery -> null, properties -> {user=******, password=******}, propertyCycle -> 0, testConnectionOnCheckin -> false, testConnectionOnCheckout -> false, unreturnedConnectionTimeout -> 0, usesTraditionalReflectiveProxies -> false ]] of Hibernate SessionFactory for HibernateTransactionManager
一月 12, 2015 9:54:45 上午 org.quartz.core.SchedulerSignalerImpl <init>
信息: Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
一月 12, 2015 9:54:45 上午 org.quartz.core.QuartzScheduler <init>
信息: Quartz Scheduler v.1.6.2 created.
一月 12, 2015 9:54:45 上午 org.quartz.simpl.RAMJobStore initialize
信息: RAMJobStore initialized.
一月 12, 2015 9:54:45 上午 org.quartz.impl.StdSchedulerFactory instantiate
信息: Quartz scheduler 'org.springframework.scheduling.quartz.SchedulerFactoryBean#0' initialized from an externally provided properties instance.
一月 12, 2015 9:54:45 上午 org.quartz.impl.StdSchedulerFactory instantiate
信息: Quartz scheduler version: 1.6.2
一月 12, 2015 9:54:45 上午 org.quartz.core.QuartzScheduler setJobFactory
信息: JobFactory set to: org.springframework.scheduling.quartz.AdaptableJobFactory@5a2fcc36
一月 12, 2015 9:54:45 上午 org.springframework.context.support.DefaultLifecycleProcessor$LifecycleGroup start
信息: Starting beans in phase 2147483647
一月 12, 2015 9:54:45 上午 org.springframework.scheduling.quartz.SchedulerFactoryBean startScheduler
信息: Starting Quartz Scheduler now
一月 12, 2015 9:54:45 上午 org.quartz.core.QuartzScheduler start
信息: Scheduler org.springframework.scheduling.quartz.SchedulerFactoryBean#0_$_NON_CLUSTERED started.
一月 12, 2015 9:54:45 上午 org.springframework.web.context.ContextLoader initWebApplicationContext
信息: Root WebApplicationContext: initialization completed in 7384 ms
一月 12, 2015 9:54:46 上午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-default.xml]
一月 12, 2015 9:54:46 上午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts-plugin.xml]
一月 12, 2015 9:54:46 上午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Parsing configuration file [struts.xml]
一月 12, 2015 9:54:46 上午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Overriding property struts.i18n.reload - old value: false new value: true
一月 12, 2015 9:54:46 上午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Overriding property struts.configuration.xml.reload - old value: false new value: true
一月 12, 2015 9:54:46 上午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Loading global messages from resource
一月 12, 2015 9:54:46 上午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Initializing Struts-Spring integration...
一月 12, 2015 9:54:46 上午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: Setting autowire strategy to name
一月 12, 2015 9:54:46 上午 com.opensymphony.xwork2.util.logging.commons.CommonsLogger info
信息: ... initialized Struts-Spring integration successfully
一月 12, 2015 9:54:46 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory C:\apache-tomcat-7.0.57\webapps\hrSystem has finished in 19,469 ms
一月 12, 2015 9:54:46 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory C:\apache-tomcat-7.0.57\webapps\manager
一月 12, 2015 9:54:47 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory C:\apache-tomcat-7.0.57\webapps\manager has finished in 167 ms
一月 12, 2015 9:54:47 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory C:\apache-tomcat-7.0.57\webapps\ROOT
一月 12, 2015 9:54:47 上午 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deployment of web application directory C:\apache-tomcat-7.0.57\webapps\ROOT has finished in 49 ms
一月 12, 2015 9:54:47 上午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["http-apr-8080"]
一月 12, 2015 9:54:47 上午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["ajp-apr-8009"]
一月 12, 2015 9:54:47 上午 org.apache.catalina.startup.Catalina start
信息: Server startup in 23274 ms
一月 12, 2015 9:58:55 上午 org.apache.jasper.compiler.TldLocationsCache tldScanJar
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值