Mike Oliver <[EMAIL PROTECTED]> writes: > > I am assuming the reason for putting slide jars in common/lib is to > make them accessible by both the slide and slide-admin webapps. Why > not include the common jars in the WEB-INF/lib directory for each > webapp?
If you put them into WEB-INF/lib each webapp will run a different instance of slide. This means, that access to the storage (e.g. file system, database) is not synchronized among those instances. Its okay, if you configure separate stores for each instance. But if more than one instance accesses the same storage, the date will be corrupted. Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
