Java通过URL访问DFS文件系统中的文件

发布于 2024-11-19 08:35:54 字数 396 浏览 3 评论 0原文

我们正在我们的开发环境中测试一个系统,我们正在将文件系统移动到 DFS 叶子。一切工作正常,除了尝试通过 URL 而不是 UNC 路径访问图像时(对于预览图像 - 它们显示为损坏的链接)。我们认为这是开发服务器上某个根深蒂固的配置问题,与文件系统设置的更改无关,因为当我将其更改为通过 UNC 路径而不是 URL 指向图像时,图像预览会起作用,但我们有过去在 Java 和 DFS 系统中遇到过奇怪的问题( File.getFreeSpace() 不返回正确的值)所以我想知道是否有任何类型的 Java 文档说明通过 URL 通过 DFS 访问文件应该不是问题。谢谢。

We are testing a system in our development environment where we are moving file system to DFS leaves. Everything is working fine except for when images are trying to be accessed via a URL instead of a UNC path (For previewing images - they show up as broken links). We believe it's a deep-rooted configuration issue somewhere on the development servers and not related to the change in the file system setup as the image previews work when I change it to point to the images via UNC path instead of the URL, but we have run into odd problems with Java and DFS systems in the past ( File.getFreeSpace() Not returning correct value) so I was wondering if there was any sort of documentation for Java saying that accessing a file through DFS via a URL should not be an issue. Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情感失落者 2024-11-26 08:35:54

嗯,问题出在 IIS 设置上,因此通过 Java 中的 URL 访问 DFS 文件系统没有问题:)

Well, the issue was an IIS setting, so there is no issue with accessing a DFS filesystem via URL in Java :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文