I'm running two servlets using the same slide domain/namespace for both. The first one a modified version of the WebDAV servlet that comes with slide to allow DAV access to the namespace, basically does the same as the one that comes in the src-package. The other one is a servlet meant to use slide as cms-system for an application.
The problem I have is that if I add a node for example via one of the servlets, it doesn't appear in the other unless I restart tomcat and lets the servlets load all the database-info from scratch. I'm running mysql as nodestore and FileContentStore as contentstore. What am I doing wrong? Sincerely, Peder
