-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Configuring ehcache from ehcache-failsafe.xml
PostPosted: Tue Oct 31, 2006 12:27 pm 
Newbie

Joined: Tue Aug 15, 2006 10:02 am
Posts: 9
I am getting following warning in the logs

Quote:

2006-10-31 10:28:34,274 WARN [net.sf.ehcache.config.Configurator] - <No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/C:/app/apache-tomcat-5.5.17/webapps/webApp/WEB-INF/lib/ehcache.jar!/ehcache-failsafe.xml>



1- How can I get rid of this warning. I will appreciate if some one give me example file that needs to be added
2- I also need to know how the newly added file will impact the application.

Thanks

faikeeyes


Top
 Profile  
 
 Post subject:
PostPosted: Tue Oct 31, 2006 1:58 pm 
Regular
Regular

Joined: Tue Sep 26, 2006 11:37 am
Posts: 115
Location: Sacramento, CA
Faikeeyes,

I always have an ehcache.xml in my classpath and I've never seen that warning. I initially used the sample ehcache.xml and have not seen any problem for reference this is the default cache.

<defaultCache
maxElementsInMemory="10000"
eternal="false"
timeToIdleSeconds="120"
timeToLiveSeconds="120"
overflowToDisk="false"
diskPersistent="false"
diskExpiryThreadIntervalSeconds="120"/>

Marius


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.