这个异常,太怪了,求求大家帮我解决阿  
org.hibernate.cache.CacheException:net.sf.ehcache.CacheException:Cannot  configure CacheManeger:jar:file:/D:/web/www.hboys.cn/WEB-INF/lib/ehcache1.1.jar/ehcache-failsafe.xml:12:12Could  not  set  attribute  "path".  
 at  org.hibernate.cache.EhCaeProvider.start(EhCacheProvider.java:134> 下面是
ehcache-failsafe.xml文件<ehcache>
 <diskStore path="java.io.tmpdir"/>
 <defaultCache
        maxElementsInMemory="10000"
        eternal="false"
        overflowToDisk="true"
        timeToIdleSeconds="120"
        timeToLiveSeconds="120"
        diskPersistent="false"
        diskExpiryThreadIntervalSeconds="120"
        />
</ehcache>
就这些,我以前没有设置过的