You might want to take a look at org.persvr.util.JettyStart.java. Line
192-202 is the code that creates the webapp for the Persevere instance
(with the Persevere capability of inheriting static resources from the
base folder). It sounds like you need to have multiple webapps/instances
created (have that code repeat for each instance).
Do you need each instance to access it's own store by the same name, or
do all the instances have access to the same set of table where each
instance will retrieve data from their table by a unique name?
Kris