Thanks martin, so since admin needs to point to the instance it is administering it needs to share the jars, coool! But why then don't you put slide-admin IN the samw webapp?
Ollie -----Original Message----- From: Martin Holz <[EMAIL PROTECTED]> Date: 11 Nov 2003 09:10:42 To:[EMAIL PROTECTED] Subject: Re: startup with latest slide 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] Sent using my BlackBerry 6510 from Nextel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
