Date: 2004-05-27T02:03:21
Editor: 193.165.228.254 <>
Wiki: Xindice Wiki
Page: TomcatNotes
URL: http://wiki.apache.org/xindice/TomcatNotes
no comment
Change Log:
------------------------------------------------------------------------------
@@ -1,8 +1,8 @@
= Losing your Database =
-' [EMAIL PROTECTED] '
[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"> } }
}
+<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.