is not a servlet problem

2002-04-28 Thread Tevfik Aytekin
Hi, I have looked at many places but I could not solve my problem. I have migrated from tomcat 3.3 to tomcat 4.0.3 But my servlets which are working under tomcat 3.3 do not work under tomcat 4.0.3 The example servlets under tomcat 4.0.3 are working properly by the way. The following error is

RE: is not a servlet problem

2002-04-28 Thread Tevfik Aytekin
I have installed tomcat-4.0.1 No problems. There should be something wrong with tomcat-4.0.3 TA. -Original Message- From: Tevfik Aytekin [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 28, 2002 10:19 PM To: [EMAIL PROTECTED] Subject: is not a servlet problem Hi, I have looked at many

RE: applet to servlet problem - JVM problem ?

2002-03-10 Thread tamir
-in. Does anybody have something close that works without the plugin ? I'd really appreciate your help. Tnx, Tamir -Original Message- From: Toru Watanabe [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 3:22 AM To: Tomcat Users List Subject: Re: applet to servlet problem tamir

Re: applet to servlet problem

2002-03-07 Thread Toru Watanabe
. regards, Watanabe. In the message applet to servlet problem D054B0637615D611967000D0B78059CB0254F4@IBM3000 tamir [EMAIL PROTECTED] wrote: tamir Hello everybody, tamir I'm quite sure it's not tomcat problem, however, I give it a shot, mainly tamir because I know all the people here

File downloading through a servlet problem. This is weird!!!

2000-12-22 Thread Stefán F. Stefánsson
Hello. I'm experiencing strange things when I download files through a servlet. The history is that I have access to a file stream in a servlet and I want the user to be able to download this file. I do this by sending a file id as a parameter to the servlet as so:

Re: File downloading through a servlet problem. This is weird!!!

2000-12-22 Thread Kurt Bernhard Pruenner
Stefán F. Stefánsson wrote: response.setContentType("application/octet; name=" + theFileName + "\nContent-Disposition: attachment; filename=" + theFileName + "\n\n"); Try response.setContentType("application/octet; name=" + theFileName);