首页 > Web开发 > 详细

org.apache.catalina.core.StandardContext.startInternal Context [/test] startup failed due to previou

时间:2019-04-13 01:08:00      阅读:806      评论:0      收藏:0      [点我收藏+]

解决方法:

WEB-INF/classes目录下新建一个文件叫logging.properties,截图如下:

技术分享图片

代码如下:

技术分享图片
 1 handlers=org.apache.juli.FileHandler,java.util.logging.ConsoleHandler
 2 ############################################################
 3 #Handler specific properties.
 4 # Describes specific configuration info for Handlers.
 5 ############################################################
 6 org.apache.juli.FileHandler.level=FINE
 7 org.apache.juli.FileHandler.directory=${catalina.base}/logs
 8 org.apache.juli.FileHandler.prefix=error-debug.
 9 java.util.logging.ConsoleHandler.level=FINE
10 java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
View Code

 

 

 

参考网址:

https://blog.csdn.net/zhangjunli/article/details/80888362

http://grails.1312388.n4.nabble.com/Deployment-problems-td4628710.html

 

org.apache.catalina.core.StandardContext.startInternal Context [/test] startup failed due to previou

原文:https://www.cnblogs.com/chenyanlong/p/10699498.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!