html5 - spring MVC web application serving video files issue -
hello friends need help. i'm developing webapp using spring mvc in it. application have iframe load static html files in it. in html files having video tag. application runs fine in windows on browsers, not working on safari mac. , none of videos working on ipad. deal spring configuration or html files. same html files placed outside application folder runs fine on ipad , mac safari. when fetching static content tomcat.
in resource mapping have done this
<resources mapping="/css/**" location="/css/" /> <resources mapping="/images/**" location="/images/" /> <resources mapping="/js/**" location="/js/" /> <resources mapping="/webcam/**" location="/webcam/" /> <resources mapping="/slide/**" location="${presentation.slides.path}" /> the presentation.slides.path fetched application.properties file
in application.properties file
presentation.slides.path=file:c:/slide/ all html files saved in location. pls me solve it.
Comments
Post a Comment