Peter,
If you are using the Netscape browser when the mp3 file is displayed as
text, then go to the
View->Page Source menu and look under the General tab. It should show you
what the mime type that the Server is sending when you request the page. It
probably says text/plain. This would indicate that the server isn't
configured to handle the file type and thus attempts to handle it as plain
text.

-Richard


At 06:05 AM 10/1/2002 +0200, you wrote:
>Hi,
>
>I asked this before but still could not fix the problem.....
>I'm running the tomcat install which is included in Macintosh Os X 10.2.1
>'Jaguar' (Tomcat 3.2.4).
>
>- There are no errors in the logs
>
>The problem is that macintosh browsers open .mp3 files as text. Windows
>plays te files, but on my win2k tomcat server quicktime is called. I use the
>same mime-mapping on both installs:
>
><mime-mapping>
>    <extension>mp3</extension>
>    <mime-type>audio/x-mpeg</mime-type>
></mime-mapping>
>
>Check for results:
>http://24.132.85.220:9006/VoiceBase/audio
>
>greetings,
>
>Peter Maas
>----------------------------------------------------------------------------
>--------------------------
>
>___________________________________________________________________________
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff SERVLET-INTEREST".
>
>Archives: http://archives.java.sun.com/archives/servlet-interest.html
>Resources: http://java.sun.com/products/servlet/external-resources.html
>LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to