Jon Scarborough wrote:
> I haven't fully walked the service initialization code yet, but it appears
> that that cached app1.properties and app2.properties can't co-exist
> peacefully in the same JVM because TurbineResourceService has only
> a single static GenericResources object for for the cached properties to
> live in.
Oh but they can! Each JServ zone has it's own ClassLoader, and there is
one instance of each Class (and it's static variables) per classloader.
As long as you put one Turbine application per JServ zone, they should
be just fine.
Rafal
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]