Date: 2004-05-27T02:02:47
Editor: 193.165.228.254 <>
Wiki: Xindice Wiki
Page: TomcatNotes
URL: http://wiki.apache.org/xindice/TomcatNotes
no comment
New Page:
= Losing your Database =
' [EMAIL PROTECTED] '
If you find yourself 'losing' your collections after restarting Tomcat adjust
the location of your database to be somewhere else then the webapps directory !
This is achieved by editing the WEB-INF/system.xml
{ { { <root-collection dbroot="/var/xmldb/db" name="db" use-metadata="on"> } } }
this will store the data in a directory you have created /var/xmldb/db.