My use case is as follows: 1. Repository A is deployed on Tomcat Server A using Model 2 deployment.
2. Repository B is deployed on Tomcat Server B using Model 2 deployment. 3. Repository A updates contents in Database DB1. 4. Repository B reads contents from Database DB1. However, in point #4 above, Repository B is not able to see contents updated by Repository A until I restart Tomcat Server B. How can the repository be refreshed to pull fresh contents from database without having to restart the server? Thanks in advance!
