0

注釈を付けました

@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(locations = { "file:WebContent/WEB-INF/dispatcher-servlet.xml" })

<!-- Start of  EhCache -->
    <cache:annotation-driven />
    <context:component-scan base-package="caching" />
    <bean id="cacheManager" class="org.springframework.cache.ehcache.EhCacheCacheManager" p:cacheManager-ref="ehcache"/>
    <bean id="ehcache" class="org.springframework.cache.ehcache.EhCacheManagerFactoryBean" 
     p:configLocation="/WEB-INF/ehcache.xml"  
     p:shared="true"/> 
    <!-- End of EhCache -->

ehcache.xmlが見つからなかったと言い続けています...しかし、通常のサーバーでは見つけることができます。問題が何であるかを知ることができますか?

4

1 に答える 1