Hello, I'm developing a web application running under Tomcat 4.1.12. When I try to serve a WAV file from the initial JSP file, the file is not heard. This line was used in the JSP file:
<EMBED src="/voting/audio/startpage/startpage.wav" HIDDEN="true" autostart="true"></EMBED> If I try to access the WAV file directly under IE 5.5, the error is that "resource not available". Some possibly relevant facts: - If I put a TXT or GIF file in that same directory under the web app, it is served. - There is no security explicitly set up at this point. - If a WAV file smaller than 4K is used, it does not work either. - I did put a mime-mapping entry into the web.xml file, but it did not work either. - The audio portion of this web app does work under JRun 4.1. Thanks, Ann
