0
我是Red5的新手。從我的Red5 Web應用程序中,我需要提供靜態內容(在外部目錄中)作爲資源。在red5-web.xml中,red5 web應用程序提供外部靜態資源
<mvc:resources mapping="/videos/**" location="file:/user/recordings/" />
我花了很多時間,但無法弄清楚它爲什麼不工作(404)。 任何建議將會非常有幫助。謝謝。
我是Red5的新手。從我的Red5 Web應用程序中,我需要提供靜態內容(在外部目錄中)作爲資源。在red5-web.xml中,red5 web應用程序提供外部靜態資源
<mvc:resources mapping="/videos/**" location="file:/user/recordings/" />
我花了很多時間,但無法弄清楚它爲什麼不工作(404)。 任何建議將會非常有幫助。謝謝。
由於Red5爲其Java EE容器使用嵌入式Tomcat,因此您應該能夠通過其配置從外部鏈接資源。另外,我不知道使用Spring MVC時的限制(如果這是你使用的)。 這裏有一些鏈接,您可以查看:
Tomcat Context
Serving external images
Source paths and Aliases