12:18:55,541 INFO [UpdateChecker] New update(s) found: 2.0.0 [http://ehcache.org/news.html]
How do I suppress ehcache checking for new update(s), this is happening while loading my j2ee application and when ehcache is getting initialized.
|
12:18:55,541 INFO [UpdateChecker] New update(s) found: 2.0.0 [http://ehcache.org/news.html] How do I suppress ehcache checking for new update(s), this is happening while loading my j2ee application and when ehcache is getting initialized. |
|||||
|
|
One way is to place a ehcache.xml on your classpath. Here you can find more information about it: http://www.svenlange.co.za/?p=122 Another way is to do the following:
|
|||||
|
|
还有另外一种方式:在配置文件ehcache.xml中关闭更新选项 updateCheck="false",如下示例:
|
|||
|
|
|
simply put, in your ehcache.xml configuration file, make sure your disable the updateCheck :
|
|||
|
|