0

I would Like to change the default database path in exist-db (currently /db/) where the collections are stored. I would Like it to be /home/username/db , for example. I can not find this setting in the exist-db configuration

eXist Version: 2.0 eXist Build: 20130207 Operating System: Linux 3.5.0-27-generic amd64

wester1991
  • 25
  • 1
  • 4

1 Answers1

2

/db is required to be the root collection in eXist-db, and the name of the root collection cannot be modified. If you want to create home collections for users, a common approach is to use /db/users/username/.

Joe Wicentowski
  • 5,159
  • 16
  • 26