Maybe someone can help me... I am running tomcat 5.0.25 and I'm trying to
set up a server to serve windows media (.wma) files.  I've added the
following lines in conf\web.xml:
 
    <mime-mapping>
        <extension>wma</extension>
        <mime-type>audio/x-ms-wma</mime-type>
    </mime-mapping>

However, when the files are served, they still appear to have a text or html
mime type, resulting in a window full of garbage text instead of a player
playing music.

Anyone know what the secret sauce is?

thanks,
David


_______________________________________________
Juglist mailing list
[EMAIL PROTECTED]
http://trijug.org/mailman/listinfo/juglist_trijug.org

Reply via email to