tomcat重载web项目,debug

Posted 壹品轩

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tomcat重载web项目,debug相关的知识,希望对你有一定的参考价值。

Reloading Context with name [/testCookie] is completed

加载上下文名称[ / ]完成testcookie

 

 

//start
九月 05, 2017 9:29:46 下午 org.apache.catalina.core.StandardContext reload

九月05, 2017 9:29:46下午org.apache.catalina.core.standardcontext重装


信息: Reloading Context with name [/testCookie] has started

信息:加载上下文名称[ / testcookie ]开始


九月 05, 2017 9:29:46 下午 org.apache.catalina.core.ApplicationContext log

九月05, 2017 9:29:46下午org.apache.catalina.core.applicationcontext日志


信息: Destroying Spring FrameworkServlet ‘dispatcherServlet‘

信息:销毁frameworkservlet的DispatcherServlet的春天


九月 05, 2017 9:29:46 下午 org.apache.catalina.core.ApplicationContext log

九月05, 2017 9:29:46下午org.apache.catalina.core.applicationcontext日志


信息: Closing Spring root WebApplicationContext

信息:合闸弹簧根WebApplicationContext//应该是销毁容器


九月 05, 2017 9:29:48 下午 org.apache.jasper.servlet.TldScanner scanJars

九月05, 2017 9:29:48下午org.apache.jasper.servlet.tldscanner scanjars


信息: 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.

跳过不必要的罐子在扫描过程中可以提高启动时间和JSP的编译时间。


九月 05, 2017 9:29:48 下午 org.apache.catalina.core.ApplicationContext log

九月05, 2017 9:29:48下午org.apache.catalina.core.applicationcontext日志


信息: No Spring WebApplicationInitializer types detected on classpath

信息:加载检测不到春天webapplicationinitializer类型


九月 05, 2017 9:29:48 下午 org.apache.catalina.core.ApplicationContext log

九月05, 2017 9:29:48下午org.apache.catalina.core.applicationcontext日志


信息: Initializing Spring root WebApplicationContext

信息:初始化春根WebApplicationContext


log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).

log4j:警告没有appender可以发现记录器(org。springframework.网站。上下文。contextloader)。


log4j:WARN Please initialize the log4j system properly.

log4j:警告请初始化log4j系统正常。


log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

log4j:HTTP:/ /警告看日志。Apache。org /将/ 1.2 /常见问题。HTML # noconfig更多信息。


九月 05, 2017 9:29:50 下午 org.apache.catalina.core.ApplicationContext log

九月05, 2017 9:29:50下午org.apache.catalina.core.applicationcontext日志


信息: Initializing Spring FrameworkServlet ‘dispatcherServlet‘

信息:初始化frameworkservlet DispatcherServlet的春天”


九月 05, 2017 9:29:52 下午 org.apache.catalina.core.StandardContext reload

九月05, 2017 9:29:52下午org.apache.catalina.core.standardcontext重装


信息: Reloading Context with name [/testCookie] is completed

信息:加载上下文名称[ / ]完成testcookie

//end

 


九月 05, 2017 9:32:06 下午 org.apache.catalina.startup.HostConfig reload

九月05, 2017 9:32:06下午org.apache.catalina.startup.hostconfig重装


信息: Reloading context [/testCookie]

信息:重装下testcookie [ / ]


九月 05, 2017 9:32:06 下午 org.apache.catalina.core.StandardContext reload

九月05, 2017 9:32:06下午org.apache.catalina.core.standardcontext重装


信息: Reloading Context with name [/testCookie] has started

信息:加载上下文名称[ / testcookie ]开始

 


























以上是关于tomcat重载web项目,debug的主要内容,如果未能解决你的问题,请参考以下文章

Python的web项目如何进行动态重载和热部署?

web项目发布后tomcat报错503

如何通过JAVA代码 重启tomcat

IDEA部署web项目到tomcat(详细讲解)

将web项目发布到tomcat之后自动给改名了

eclipse 中 tomcat 如何启动两个web项目(配置server,或者tomcat?)