在jsp中显示不在根目录中的图像

发布于 2024-10-19 23:46:49 字数 157 浏览 0 评论 0原文

使用 Tomcat 6.0 服务器,我尝试引用不在应用程序根目录中的图像文件,但收到一条 404 消息,指出请求的资源...不可用。 (如果我通过双击 Windows 资源管理器运行相同的程序,我可以使用相对和绝对引用,并且效果很好。)有没有办法使用 Tomcat 服务器访问该文件并使用标签显示它?

Using a Tomcat 6.0 server, I'm trying to reference an image file that's not in the root directory of the application, but I get a 404 message that says the requested resource...is not available. (If I run the same program from Windows Explorer by double-clicking on it, I can use relative and absolute references and it works fine.) Is there a way to access the file and display it with the tag, using a Tomcat server?

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

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

发布评论

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

评论(1

不打扰别人 2024-10-26 23:46:49

看一下 JSTL 核心,更具体地说是 url 标记。它将动态添加链接中的上下文根 http://download.oracle.com/docs/cd/E17802_01/products/products/jsp/jstl/1.1/docs/tlddocs/c/tld-summary.html

Take a look at JSTL core, more specifically at the url tag. It will dynamically add the context root in the links http://download.oracle.com/docs/cd/E17802_01/products/products/jsp/jstl/1.1/docs/tlddocs/c/tld-summary.html

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