回复classpath:com/isoftstone/conf/log4j.properties路径写法用的是这个,加个*反而不识别!最奇怪的是明明显示初始化成功了Initializing log4j from [classpath:com/isoftstone/conf/log4j.properties],但是到spring加载的时候就是找不到文件
回复图1中 2个配置文件的路径都不一样。你加载的是哪个呢
回复以图1为准,图2是我后来调整到classpath路径调试,两个都不行,我编译一下
回复你把你的log4j配置文件放到 /WEB-INF/classes/ 下,参数改为 classpath*:log4j.properties,试试
回复已经在class目录下呢,不能classpath*,只能这么加载classpath
log4j.logger.你的dao层包名=DEBUG
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(6)
回复
classpath:com/isoftstone/conf/log4j.properties路径写法用的是这个,加个*反而不识别!最奇怪的是明明显示初始化成功了Initializing log4j from [classpath:com/isoftstone/conf/log4j.properties],但是到spring加载的时候就是找不到文件
回复
图1中 2个配置文件的路径都不一样。你加载的是哪个呢
回复
以图1为准,图2是我后来调整到classpath路径调试,两个都不行,我编译一下
回复
你把你的log4j配置文件放到 /WEB-INF/classes/ 下,参数改为 classpath*:log4j.properties,试试
回复
已经在class目录下呢,不能classpath*,只能这么加载classpath
log4j.logger.你的dao层包名=DEBUG