tomcat正常启动ssh信息

来源:互联网 发布:软件开发工程师课程 编辑:程序博客网 时间:2024/05/16 10:03

2009-12-14 16:31:33 org.apache.catalina.core.AprLifecycleListener init
信息: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:/Program Files/Java/jre1.6.0_02/bin;C:/Program Files/Apache Software Foundation/Tomcat 6.0/bin
2009-12-14 16:31:33 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on http-8080
2009-12-14 16:31:33 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 726 ms
2009-12-14 16:31:33 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2009-12-14 16:31:33 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.14
log4j:ERROR Could not find value for key log4j.appender.R
log4j:ERROR Could not instantiate appender named "R".
2009-12-14 16:31:39 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
 INFO [main] 2009-12-14 16:31:39,373 - Root WebApplicationContext: initialization started
 INFO [main] 2009-12-14 16:31:39,623 - Refreshing org.springframework.web.context.support.XmlWebApplicationContext@1b071c0: display name [Root WebApplicationContext]; startup date [Mon Dec 14 16:31:39 CST 2009]; root of context hierarchy
 INFO [main] 2009-12-14 16:31:40,314 - Loading XML bean definitions from ServletContext resource [/WEB-INF/applicationContext.xml]
 INFO [main] 2009-12-14 16:31:42,828 - Bean factory for application context [org.springframework.web.context.support.XmlWebApplicationContext@1b071c0]: org.springframework.beans.factory.support.DefaultListableBeanFactory@d21538
 INFO [main] 2009-12-14 16:31:43,239 - Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@d21538: defining beans [dataSource,sessionFactory,userInfoDAO,userInfoService,/userInfo]; root of factory hierarchy
 INFO [main] 2009-12-14 16:31:43,850 - Hibernate 3.1.3
 INFO [main] 2009-12-14 16:31:43,880 - hibernate.properties not found
 INFO [main] 2009-12-14 16:31:43,900 - using CGLIB reflection optimizer
 INFO [main] 2009-12-14 16:31:43,900 - using JDK 1.4 java.sql.Timestamp handling
 INFO [main] 2009-12-14 16:31:45,011 - Mapping class: com.yourcompany.domain.UserInfo -> UserInfo
 INFO [main] 2009-12-14 16:31:45,131 - Building new Hibernate SessionFactory
 INFO [main] 2009-12-14 16:31:45,502 - Initializing connection provider: org.springframework.orm.hibernate3.LocalDataSourceConnectionProvider
 INFO [main] 2009-12-14 16:31:46,093 - RDBMS: Microsoft SQL Server, version: Microsoft SQL Server  2000 - 8.00.2039 (Intel X86)
 May  3 2005 23:18:38
 Copyright (c) 1988-2003 Microsoft Corporation
 Personal Edition on Windows NT 5.1 (Build 2600: Service Pack 2)

 INFO [main] 2009-12-14 16:31:46,093 - JDBC driver: SQLServer, version: 2.2.0040
 INFO [main] 2009-12-14 16:31:46,203 - Using dialect: org.hibernate.dialect.SQLServerDialect
 INFO [main] 2009-12-14 16:31:46,253 - Using default transaction strategy (direct JDBC transactions)
 INFO [main] 2009-12-14 16:31:46,273 - No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
 INFO [main] 2009-12-14 16:31:46,273 - Automatic flush during beforeCompletion(): disabled
 INFO [main] 2009-12-14 16:31:46,273 - Automatic session close at end of transaction: disabled
 INFO [main] 2009-12-14 16:31:46,283 - Scrollable result sets: enabled
 INFO [main] 2009-12-14 16:31:46,283 - JDBC3 getGeneratedKeys(): disabled
 INFO [main] 2009-12-14 16:31:46,283 - Connection release mode: on_close
 INFO [main] 2009-12-14 16:31:46,283 - Default batch fetch size: 1
 INFO [main] 2009-12-14 16:31:46,283 - Generate SQL with comments: disabled
 INFO [main] 2009-12-14 16:31:46,283 - Order SQL updates by primary key: disabled
 INFO [main] 2009-12-14 16:31:46,283 - Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
 INFO [main] 2009-12-14 16:31:46,303 - Using ASTQueryTranslatorFactory
 INFO [main] 2009-12-14 16:31:46,303 - Query language substitutions: {}
 INFO [main] 2009-12-14 16:31:46,303 - Second-level cache: enabled
 INFO [main] 2009-12-14 16:31:46,303 - Query cache: disabled
 INFO [main] 2009-12-14 16:31:46,303 - Cache provider: org.hibernate.cache.EhCacheProvider
 INFO [main] 2009-12-14 16:31:46,323 - Optimize cache for minimal puts: disabled
 INFO [main] 2009-12-14 16:31:46,323 - Structured second-level cache entries: disabled
 INFO [main] 2009-12-14 16:31:46,363 - Statistics: disabled
 INFO [main] 2009-12-14 16:31:46,363 - Deleted entity synthetic identifier rollback: disabled
 INFO [main] 2009-12-14 16:31:46,363 - Default entity-mode: pojo
 INFO [main] 2009-12-14 16:31:46,513 - building session factory
 WARN [main] 2009-12-14 16:31:46,543 - No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/C:/Program%20Files/Apache%20Software%20Foundation/Tomcat%206.0/webapps/c/WEB-INF/lib/ehcache-1.1.jar!/ehcache-failsafe.xml
 INFO [main] 2009-12-14 16:31:48,286 - Not binding factory to JNDI, no JNDI name configured
 INFO [main] 2009-12-14 16:31:48,616 - Root WebApplicationContext: initialization completed in 9243 ms
2009-12-14 16:31:50 org.apache.coyote.http11.Http11Protocol start
信息: Starting Coyote HTTP/1.1 on http-8080
2009-12-14 16:31:50 org.apache.jk.common.ChannelSocket init
信息: JK: ajp13 listening on /0.0.0.0:8009
2009-12-14 16:31:50 org.apache.jk.server.JkMain start
信息: Jk running ID=0 time=0/30  config=null
2009-12-14 16:31:50 org.apache.catalina.startup.Catalina start
信息: Server startup in 16539 ms

原创粉丝点击