On Mon, Aug 3, 2009 at 2:15 PM, Ashish<paliwalash...@gmail.com> wrote: > Not sure if ehcache can handle multiple classpath entries. Working on > resolving this > > Otherwise what's the best way to handle such situation?
One way would be not loading from classpath but instead feed the configuration from a user configured value (like set using DI or a system property). /niklas