2 # root directory Spittoon will use
6 # eXist database parameter variables
7 #db.url=xmldb:exist:///db/
8 db.url=xmldb:exist://localhost:8080/exist/xmlrpc/db/
14 # exist environment variables
18 org.xml.sax.features.validation=false
19 java.endorsed.dirs=lib/endorsed
21 # needs to be named 'exist' ['aauthdb' desired], otherwise the database stalls with .lck files
23 db-1-config=WEB-INF/lib/confAauth.xml
27 # should we split the DB into 2 (aauthentication & groups)
30 # db-2-config=WEB-INF/lib/confGroups.xml
32 db-2-config=WEB-INF/lib/confAauth.xml
37 # bob environment variables
38 bob.home=/Users/timothyw/Projects/Bookkeeping
39 bob.base=/Users/timothyw/Projects/Bookkeeping
40 bob.gen=/Users/timothyw/Projects/Bookkeeping/gen
42 bob.def=/Users/timothyw/Projects/Bookkeeping/xml/bookkeeping.system.xml
45 mapping.system=/system
46 mapping.filler.1=/system/aauthentication
47 mapping.filler.2=/system/aauthentication/groups
48 mapping.aauth.group=/system/aauthentication/groups/group
49 mapping.filler.3=/system/aauthentication/users
50 mapping.aauth.user=/system/aauthentication/users/user
51 mapping.filler.4=/system/groups
52 mapping.group.group=/system/groups/group
53 mapping.filler.5=/system/groups/group/bookkeeping
54 mapping.group.accounts=/system/groups/group/bookkeeping/accounts
55 mapping.group.journals=/system/groups/group/bookkeeping/journals
56 mapping.group.journal=/system/groups/group/bookkeeping/journals/journal
57 mapping.filler.6=/system/groups/group/bookkeeping/journals/journal/entries
58 mapping.group.entry=/system/groups/group/bookkeeping/journals/journal/entries/entry