在tomcat中共享文件夹

发布于 2024-10-01 00:12:07 字数 204 浏览 1 评论 0原文

如何使用 tomcat 6 浏览器访问文件夹?

我想我需要向 web.xml 添加上下文?

我想 - 因此,当我导航到 http://localhost:8080/myfiles 时,我希望看到 c:\temp 的内容

谢谢

How can I enable a folder to be accessable using a browser with tomcat 6 ?

I think I need to add a context to web.xml ?

I'm trying -
So when I navigate to http://localhost:8080/myfiles I expect to see the contents of c:\temp

Thanks

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

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

发布评论

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

评论(1

久而酒知 2024-10-08 00:12:07

您需要 META-INF/context.xml,并在 元素中设置 docBase 指向所需的目录。

查看此处要在 Context< 中设置的属性/代码> 元素

You need META-INF/context.xml, and there in the <Context> element set docBase to point to the desired directory.

See here the attributes to set in the Context element

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