Hi, On 8/6/07, saraheg <[EMAIL PROTECTED]> wrote: > I have two different repositories, and would periodically like to update > repository 2 with the data that is in repository 1. I am currently doing > this by deleting all of the data in the database tables for repository 2, > and then replacing it with the data in the tables for repository 1. (I do > this directly in the database) Right now in order for those changes to show > up, I have to bounce my webapp. Is there a way to clear the cache through > the API?
No. Well, you can always restart the Jackrabbit instance within a running process or a webapp, but in many cases I guess it would be easier to just close the whole application while such a backend copy is taking place. BR, Jukka Zitting
