Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/spring-mvc/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
ehcache-spring注释日志跟踪_Spring_Spring Mvc_Spring Security_Jboss5.x_Ehcache - Fatal编程技术网

ehcache-spring注释日志跟踪

ehcache-spring注释日志跟踪,spring,spring-mvc,spring-security,jboss5.x,ehcache,Spring,Spring Mvc,Spring Security,Jboss5.x,Ehcache,我将ehcache spring注释jar与部署在jboss上的spring mvc 3.0.3和spring secuirty 3.0.5集成在一起 我看不到任何提到的ehcache日志,但我没有收到任何错误 我将XML定义为分贝servlet 分贝上下文 分贝安全 web.xml 我的log4j.properties----------------------- log4j.rootLogger=调试,控制台 log4j.appender.console=org.apache.log4j.C

我将ehcache spring注释jar与部署在jboss上的spring mvc 3.0.3和spring secuirty 3.0.5集成在一起

我看不到任何提到的ehcache日志,但我没有收到任何错误

我将XML定义为分贝servlet 分贝上下文 分贝安全 web.xml

我的log4j.properties-----------------------

log4j.rootLogger=调试,控制台

log4j.appender.console=org.apache.log4j.ConsoleAppender log4j.appender.console.Threshold=DEBUG

log4j.appender.console.layout=org.apache.log4j.patternalyout log4j.appender.console.layout.ConversionPattern=%-5p[%c]:%m%n


log4j.logger.org.springframework=INFO

尝试向log4j.properties添加类似的内容:

log4j.logger.net.sf.ehcache=DEBUG 
log4j.logger.net.sf.ehcache.config=DEBUG 
log4j.logger.net.sf.ehcache.distribution=DEBUG 
log4j.logger.net.sf.ehcache.code=DEBUG  

getting now 23:16:40328 INFO[STDOUT]DEBUG[net.sf.ehcache.config.ConfigurationHelper]:未为defaultCache配置AcheDecorFactory。正在跳过'messagesCach e'。my ehcache.xml