Hi, > -----Original Message----- > From: yilmaz [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 21, 2002 10:56 AM > To: Tomcat Users List > Subject: Re: a problem with in integrating tomcat4 with apache > > > Okey, no one replied my previous question. so assume > for now there is no way to do this. > I thought of a simple workaround, but i don't know how to do that. > since we can't get apache handle playing media files, then > can we force the browser to directly download those files, > instead of trying > to play it? > this way users won't think that there is a problem with this site. > thank you very much > cheers :)
I think you need to change content type either in Apache or Tomcat (depends on what of them services files in your case) for those files to something like application/octet-stream. Anton. -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
