This is user-centric. What I need is application-centric. I want to be able to run multiple websites, each in its own WAR, with the BaseX db contained in that WAR (under WEB-INF/db). This way they are easily portable, and they are far more secure. No website knows about any other website's database, and I can use the same configuration on my development machine, the staging server, and the production server.
So there needs to be a config file that travels with the jars, as opposed to one per system user. Does this exist? If not, how difficult would it be to add it? Am I making any sense here? Please ask if anything is unclear.
Thanks!
Chas.
On 07/08/2010 1:40 PM, Christian GrĂ¼n wrote:
regarding the storage of your databases, you can change the location by modifying ".basex" in your home directory or using the GUI (Options -> Preferences).