Hi,
I am trying to configure ehcache for my webapp.
It says in the documentation that all you need to do is create an ehcache.xml file and place it in the root of your classpath, it the case of a webapp in ${WEB_APP_NAME}/WEB-INF/classes
and I have placed my ehcache.xml file in that directory, however I am still getting the following warning:
09:35:27,540 WARN [Configurator] No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/home/jason/dev/jboss-4.0.3SP1/server/default/lib/ehcache-1.1.jar!/ehcache-failsafe.xml
does anybody know how to make sure that my ehcache.xml is actually used, I have tried lots of things, and nothing seems to be working.
Thanks in advance,
Jason
|