ehcache « Tomcat « JPA Q&A





1. Sharing local ehcache among multiple Tomcat webapps    stackoverflow.com

I have 2 different webapps running in the same Tomcat 6 instance. Both share a library which uses hibernate for persistence. I want to enable Hibernate 2nd level caching with ehcache, ...