dev@glassfish.java.net

Temporary area for an instance

From: Sahoo <Sahoo_at_Sun.COM>
Date: Fri, 20 Mar 2009 10:45:07 +0530

Each OSGi framework requires a persistence location where it caches the
state of the system for subsequent runs. Although, we can start with a
clean cache everytime we start the server, the start up time reduces if
the cache is reused. Currently we create the cache in
domain_dir/felix-cache. I don't think I have made the correct choice as
far as the location is concerned, because in a clustered set up,
domain_dir is shared by multiple instances. I am looking for a location
that's exclusively to an instance. Any hint what that is.

Thanks,
Sahoo