Ruud Prein wrote: > Wilbert Hengst wrote: > >> Ruud Prein wrote: >> >> >>> Thanx. >>> But my smil player (real player one) is complaining about the >>> content-type (which is text/html, but should be application/smil, I >>> guess) I had a look in servdb.java and I could not find any reference >>> to smil extentions (like flas etc...). >>> >> >> Best to handle smil the way Michiel Meeuwissen wrote, so >> you can use JSP and the Taglibs. But if you want to use ssmil handled >> by servscan (not servdb!) remember to set the mimetype >> for ssmil to the mimetype of smil in the mimetype config of your >> webserver. Servscan asks the webserver for the mimetype and >> defaults to text/html. >> >> Wilbert >> > Thanx, > The mimetype for the Tomcat webserver are defined in the > confxxx/magic.xml file?? Or some other file?
In the conf/web.xml, but there was a problem with it in tomcat 3.2.x. So you have to add them to your web.xml in WEB-INF. Gerard
