Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Finding XML files stored in exist-db on the file system in Linux

Tags:

exist-db

I am running eXist-db in linux, but I am not able to find the XML files created in the file system through linux commands like find command. How can I see these XML files?

like image 324
Madhav Avatar asked Jan 01 '26 01:01

Madhav


1 Answers

eXist-db doesn't store XML documents directly on the file system - in the way you are describing. It stores and manages them in database files in the $EXIST_HOME/webapp/WEB-INF/data folder. If you want to access the XML documents, one way would be to mount the drive via WebDAV. See eXist's documentation on WebDAV or search the mailing list archives for discussion about your particular WebDAV client if it's not covered in the documentation.

like image 104
Joe Wicentowski Avatar answered Jan 06 '26 07:01

Joe Wicentowski



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!