gpt4 book ai didi

image - GlassFish 替代文档根路径应该如何在 h :graphicImage? 中显示图像

转载 作者:行者123 更新时间:2023-12-04 21:39:13 27 4
gpt4 key购买 nike

我在 index.xhtml 文件中显示图像时遇到问题。

我希望我的数据库中的链接指向图像文件,以便 <h:graphicImage/><img />标签可以显示它。目前仅使用本地主机。

我设法将图像保存到 c:\var\webapp\images\并添加了 <property name="alternatedocroot1" value="from=/images/* dir=/var/webapp" />到我的 glassfish-web.xml 并使用:

<h:graphicImage value="#{entity.imageLink}" />
<img alt="#{entity.title}" src="#{entity.imageLink}" />

但我从来没有设法显示任何图像!应该在我的数据库中写入什么以显示保存在 c:\var\webapp\images\imageExample.jpg 中的 imageExample.jpg?我的想法是问题出在我的道路上,但我很可能是错的。

最佳答案

解决了这个问题如下:
改变了<property name="alternatedocroot1" value="from=/images/* dir=/var/webapp" /> <property name="alternatedocroot_1" value="from=/images/* dir=c:\var\webapp" />注意斜线。
在我的数据库 (MySQL) 中,我保存了 /images/imageExample.jpg然后将显示为 <h:graphicImage value="#{entity.imageLink}" /> .
我现在可以在 http://localhost:8080/<MyAppName>/images/imageExample.jpg 访问图像.

关于image - GlassFish 替代文档根路径应该如何在 h :graphicImage? 中显示图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30963557/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com