Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 38731 invoked by uid 500); 25 Oct 2001 05:09:04 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk Reply-To: tomcat-user@jakarta.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 38716 invoked from network); 25 Oct 2001 05:09:04 -0000 Date: Thu, 25 Oct 2001 15:11:20 +1000 From: Dmitri Colebatch X-Sender: dim@dim To: Tomcat-User Subject: Re: File Download - CSV question **** In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Are you using the same client between the two servers? IE seems to consider itself more important than mimetypes, and if it sees a file extension it recognises it treats it as it deems fit, regardless of the mimetype. So one possibility is that you have just installed excel or something on the client, and IE is redirecting the download there. another option is that the mimetype being sent in tomcat 4.0 is different to 3.x, but I'm not sure about this, so will let someone else answer this option. if you outline exactly what client/server you were using before, and now, it will make the question more specific. for intsance, tc3.2 on windows with a win98 client with IE4.0 and now using tc4.0 on linux with a win2k client with IE5.0. cheers dim On Wed, 24 Oct 2001, Evan Swanson wrote: > > I wrote an application that for Tomcat 3.2 running on window. In the HTML > the is a reference ( ) to the filename. > When I run this on windows I get a popup "save as" selection box. > When I run this on Tomcat4.0 on Unix it no longer gives me the selection box > but instead displays the data on the screen. > > Is this a difference between TC32 adn TC40 or Unix / Windows. > Is this configurable. > > > Thanks in advance. > >