我想将图像上传到服务器,将它们存储在文件系统(外部服务器)中,然后将它们显示在我的 JSF 页面上。
我想找到这样的东西:
<?xml version="1.0" encoding="UTF-8"?>
<Context allowLinking="true" cookies="true" crossContext="true" override="true">
<Resources allowLinking="true"
className="com.triplemind.site.engine.SourceResolverContext"
homeDir="/home/myapp/files" />
</Context>
我找到了一些解决方案,但我想知道是否有更好的方法来做到这一点。
我发现有 jBoss 文档:
任何帮助将不胜感激。提前致谢