|
Size: 414
Comment:
|
← Revision 4 as of 2009-09-20 23:23:43 ⇥
Size: 414
Comment: converted to 1.6 markup
|
| No differences found! | |
Losing your Database
If you find yourself 'losing' your collections after restarting Tomcat adjust the location of your database to be somewhere other than 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.