jmetzner 02/04/14 15:45:57
Modified: java/scratchpad/webapp/WEB-INF webdav.xconf
Log:
Added Configuration for DB Access
Revision Changes Path
1.2 +9 -1 xml-xindice/java/scratchpad/webapp/WEB-INF/webdav.xconf
Index: webdav.xconf
===================================================================
RCS file: /home/cvs/xml-xindice/java/scratchpad/webapp/WEB-INF/webdav.xconf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- webdav.xconf 4 Apr 2002 07:56:11 -0000 1.1
+++ webdav.xconf 14 Apr 2002 22:45:57 -0000 1.2
@@ -16,5 +16,13 @@
<move name="MOVE" />
<put name="PUT" />
<mkcol name="MKCOL" />
- </methods>
+ </methods>
+ <datasource select="XMLDB">
+ <xmldb name="XMLDB">
+ <driver>org.apache.xindice.client.xmldb.DatabaseImpl</driver>
+ <dbroot>xmldb:xindice:///db</dbroot>
+ <!-- only needed for tomcat -->
+ <openorbhome>./webapps/xindav/WEB-INF/openorb/</openorbhome>
+ </xmldb>
+ </datasource>
</webdav>