我正在開發使用Tapestry 5.3.1如何使用Spring MVC的資源靜態圖像掛毯
我曾嘗試使用MVC資源映射到高速緩存圖像的應用程序,但它沒有工作!
這裏我的編碼:
上下文XML配置:
<mvc:resources mapping="/images/**" location="file:${catalina.home}/props/" cache-period="1234" />
<mvc:annotation-driven />
Index.tml:
<img src="/images/home.jpg" width="130" />
我在tomcat的卡塔利娜主路徑此home.jpg文件夾道具。
應用程序運行成功,但圖像未加載!
任何人都可以幫助我嗎?
非常感謝!真的很有幫助。 – karthi