database folder

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

database folder

shreya
actually i want to know  the folder name in which i can see the data which is being stored by the inbuilt existdb database of orbeon. I am not getting it.first i made a form and then fill it  and submit it then if i want to check the database then how will i check it pls help me its urgent. iam working on a project
Reply | Threaded
Open this post in threaded view
|

Re: database folder

Alessandro  Vernet
Administrator
Hi Shreya,

The build-in eXist-db stores its files under WEB-INF/exist-data. However, note that those are the binary files used by the database itself.

If you'd like to get to the XML documents stored by Orbeon Forms in the database, the easiest way is to go through WebDAV: with your browser going to http://localhost:8080/orbeon/exist/webdav//db/orbeon/g, using the 'admin' username, without password. Out of the box, however, this won't work, as you wouldn't want anyone to be able to access your database. So to make this work you need to disable that protection, and you do this by commenting out in your web.xml the <filter-mapping> for orbeon-exist-filter.

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet