I want to share ehcache in multiple wars. I have put ehcache-core-2.2 jar in ear lib and its working fine in JBOSS. Same ear is not working in Weblogic 10.3. Caching is avaliable in the root context only, its not propgating to other web contexts. Any help in this regard would be highly appericiated.
Share
Within an EAR file, placing the common JAR files in the
APP-INF/libdirectory and individual classes in theAPP-INF/classesdirectory should work.Further Resources
Understanding WebLogic Server Application Classloading