| Author |
videos in tomcat
|
tempo van
Greenhorn
Joined: Jan 20, 2012
Posts: 1
|
|
can anybody please tell me how to make video tag work in tomcat ? it
works in normal html file. But doesnt play from tomcat. mime settings
are proper.please help me
|
 |
Bear Bibeault
Author and opinionated walrus
Marshal
Joined: Jan 10, 2002
Posts: 50693
|
|
|
Since you mention Tomcat, I assume you are using servlets and JSP. Since each of these return HTML to the browser, video tags work just the same as they do in HTML because it's just HTML that's being returned in the response. If they're not working, it's because there's something wrong with the HTML being sent to the browser.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: videos in tomcat
|
|
|