"Troels Rossing" <[EMAIL PROTECTED]> writes: > Perhaps I should clear what I mean by multiple instances. I have a > DAVExplore and my own servlet-application, changes made in one does not > appear in the other until the server has been restarted. That's my > problem, so it is multiple instances accessing the same slide server.
Is the WebDAV Servlet and your servlet running in the same JVM? Then they you can initialize the Domain using for example the SlideServerListener and share it between the servlets. Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
