【问题标题】:Finding XML files stored in exist-db on the file system in Linux在 Linux 的文件系统上查找存储在 exists-db 中的 XML 文件
【发布时间】:2012-07-17 05:33:35
【问题描述】:

我在 linux 中运行 eXist-db,但我无法通过 linux 命令(如 find 命令)找到在文件系统中创建的 XML 文件。如何查看这些 XML 文件?

【问题讨论】:

    标签: exist-db


    【解决方案1】:

    eXist-db 不会以您所描述的方式将 XML 文档直接存储在文件系统上。它在 $EXIST_HOME/webapp/WEB-INF/data 文件夹中的数据库文件中存储和管理它们。如果您想访问 XML 文档,一种方法是通过 WebDAV 安装驱动器。请参阅 eXist 的 documentation on WebDAVsearch the mailing list archives,了解有关您的特定 WebDAV 客户端的讨论(如果文档中没有涉及)。

    【讨论】:

      猜你喜欢
      • 2010-10-12
      • 2023-04-04
      • 1970-01-01
      • 2014-06-22
      • 1970-01-01
      • 1970-01-01
      • 2010-09-24
      • 2018-11-17
      • 1970-01-01
      相关资源
      最近更新 更多