I have a services project and a web project. I need to have eh-cache in both projects.
The idea is that if the service project is updated, it\'s cache-related change
if you use different cache for different WAR and you want to prevent collisions, go to echcache.xml of each WAR and define different multicastGroupPort values under cacheManagerPeerProviderFactory element. also disable distribution.
Good luck!