我想將圖像上傳到服務器,將它們存儲在文件系統(外部服務器)中,然後將它們顯示在我的JSF頁面上。如何在jBoss AS 7中配置靜態資源
我想找到這樣的事情:
<?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>
我找到了一些解決方案,但我不知道是否有更好的方法來做到這一點。
- Configure static resources in JBOSS AS 7(未回答)
- Replacement for context.xml in AS7? Access files outside the WAR?(沒有回答)
有JBoss文檔我發現:
任何幫助將不勝感激。在此先感謝
發生了什麼事約定優於配置? – jacktrades 2013-01-12 00:36:07