On Jan 27, 2007, at 5:38 PM, Jason Dillon wrote:
I think in order to allow multiple instances to work off of the
same installation effectively we need to have a tiered repository
support, so that each instance could include a shared read-only
repository (the system repository), and then a read-write
repository (instance repository), where artifact resolution would
first check the instance repo, then the system repo.
If we do want to start supporting this, I suggest we also revisit
the basic server's file structure, as we will need to insert a
hierarchy for the instance data.
--jason
IWhat if we started somthing in var like:
./var/servers/server.n
The server.n sould be some arbitrary name that users would identify
the names of the server instance. We would look in the instance tree
first and if something wasn't found we'd look in the main tree. Is
that what you meant?