Honesty compels me to say that the solution is to make sure the the filename is cased correctly. Tomcat is on Linux, JRun is on Windows 2000, and the files were named *.WAV. 'Nuff said.-)))
Thanks, Ann ----- Original Message ----- From: "Ann Marie Carulli" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 20, 2002 12:30 AM Subject: Cannot serve a WAV file from a 4.1.12 web application 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 -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
