博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
tomcat启动出现异常 Error filterStart
阅读量:5263 次
发布时间:2019-06-14

本文共 665 字,大约阅读时间需要 2 分钟。

tomcat启动中出现 Error filterStart异常, 没有任何堆栈信息,如下:
SEVERE: Error filterStartJul 6, 2012 3:39:05 PM org.apache.catalina.core.StandardContext startInternalSEVERE: Context [] startup failed due to previous errors

  

解决方法:

在scr/main/resources中添加一个配置文件,如logging.properties,内容如下

org.apache.catalina.core.ContainerBase.[Catalina].level = INFOorg.apache.catalina.core.ContainerBase.[Catalina].handlers = java.util.logging.ConsoleHandler

  在spring中将改properties文件添加到classpath:

classpath:logging.properties

  

 

转载于:https://www.cnblogs.com/paulbai/p/6421551.html

你可能感兴趣的文章
mongodb命令----批量更改文档字段名
查看>>
MacOS copy图标shell脚本
查看>>
国外常见互联网盈利创新模式
查看>>
Oracle-05
查看>>
linux grep 搜索查找
查看>>
Not enough free disk space on disk '/boot'(转载)
查看>>
android 签名
查看>>
android:scaleType属性
查看>>
SuperEPC
查看>>
mysql-5.7 innodb 的并行任务调度详解
查看>>
shell脚本
查看>>
Upload Image to .NET Core 2.1 API
查看>>
Js时间处理
查看>>
Java项目xml相关配置
查看>>
三维变换概述
查看>>
vue route 跳转
查看>>
【雷电】源代码分析(二)-- 进入游戏攻击
查看>>
Entityframework:“System.Data.Entity.Internal.AppConfig”的类型初始值设定项引发异常。...
查看>>
Linux中防火墙centos
查看>>
mysql新建用户,用户授权,删除用户,修改密码
查看>>