| Help on caching needed [message #658131] |
Sun, 06 March 2011 16:21  |
Daniel Le Berre Messages: 82 Registered: July 2009 |
Member |
|
|
Dear all,
I have three webapps A, B and C. They all rely on EclipseLink 2.1.2 to persist some entities (C actually just need to read data from the database, it does not modify it).
Each webapp is deployed separately in the servlet container (Tomcat).
(We are not in the context of JEE here, there is no way to deploy an ear with those webapps.)
My problem is the following: if I change the content of the database with one app, then the other apps do not see immediately the changes.
I guess that this is due to the default caching behavior.
http://wiki.eclipse.org/Introduction_to_Cache_%28ELUG%29
What is the best solution to deal with that problem?
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07645 seconds