Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 82410 invoked from network); 22 Apr 2003 12:45:01 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 22 Apr 2003 12:45:01 -0000 Received: (qmail 13575 invoked by uid 97); 22 Apr 2003 12:46:57 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 13568 invoked from network); 22 Apr 2003 12:46:57 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 22 Apr 2003 12:46:57 -0000 Received: (qmail 78988 invoked by uid 500); 22 Apr 2003 12:44:19 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 78937 invoked from network); 22 Apr 2003 12:44:18 -0000 Received: from goliath.siemens.de (192.35.17.28) by daedalus.apache.org with SMTP; 22 Apr 2003 12:44:18 -0000 Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by goliath.siemens.de (8.11.7/8.11.7) with ESMTP id h3MCiIb07200 for ; Tue, 22 Apr 2003 14:44:18 +0200 (MEST) Received: from delg001a.sisl.co.in (delg001a.sisl.co.in [132.186.198.2]) by mail2.siemens.de (8.11.7/8.11.7) with ESMTP id h3MCiHW09538 for ; Tue, 22 Apr 2003 14:44:17 +0200 (MEST) Received: by delg001a with Internet Mail Service (5.5.2653.19) id ; Tue, 22 Apr 2003 18:14:23 +0530 Message-ID: From: Shanta B To: Tomcat Users List Subject: send RedirectProblem Date: Tue, 22 Apr 2003 18:14:22 +0530 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi I am facing some pecular problem at my client side.I have a servlet which is making redirecting to other servlet(named download servlet).This redirect occurs when you are downloading any file from server . This is the sample servlet call to download servlet.This code is working at ourside,but it is not working at our client.We are getting 304 error.We are using servlet2.3 and tomcat4.1.18 servlet container. try { s.atPut("toDownload", messageToDownload); String shref = s.attachSessidToUrl("Download?contentType=" + contentType+"&fileName="+fileName); rsp.setHeader("asdasd", "asdasdasdasdasdasd"); rsp.sendRedirect(shref); s.logDebug(getClass(),"...redirected"); } catch (Exception e) { rsp.setContentType("text/html; charset=iso-8859-1"); showError(e.getMessage()); } Its not throwing any error ,but still i can see (),"...redirected in my catalina.out ...Can any body has some idea.I would like to know that is there any port conflicts at serverside. Client is using https communication..... Thanks in Advance Shanta.B --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org