can now remove entrys via the web UI
[Bookkeeping.git] / lib / spittoon.web.properties
blobe69f2663e72eee5f5d54344890777e7216e6d23a
2 # root directory Spittoon will use 
3 root.dir=rootDir
6 # eXist database parameter variables 
7 #db.url=xmldb:exist:///db/
8 db.url=xmldb:exist://localhost:8080/exist/xmlrpc/db/
11 db.uname=admin
12 db.passwd=
14 # exist environment variables 
15 exist.initdb=false
17 exist.home=.
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
22 # db-1-port=8081
23 db-1-config=WEB-INF/lib/confAauth.xml
24 db-1-id=exist
25 db-1-port=8080
27 # should we split the DB into 2 (aauthentication & groups)
28 db-split=false
30 # db-2-config=WEB-INF/lib/confGroups.xml
31 # db-2-id=groupsdb
32 db-2-config=WEB-INF/lib/confAauth.xml
33 db-2-id=exist
34 db-2-port=8080
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
41 bob.end=.xml
42 bob.def=/Users/timothyw/Projects/Bookkeeping/xml/bookkeeping.system.xml
44 # mappings 
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