Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 95248 invoked from network); 9 Apr 2003 11:33:11 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 9 Apr 2003 11:33:11 -0000 Received: (qmail 20354 invoked by uid 97); 9 Apr 2003 11:35:01 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@nagoya.betaversion.org Received: (qmail 20347 invoked from network); 9 Apr 2003 11:35:01 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 9 Apr 2003 11:35:01 -0000 Received: (qmail 93815 invoked by uid 500); 9 Apr 2003 11:32:55 -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 93802 invoked from network); 9 Apr 2003 11:32:55 -0000 Received: from sid.armstrong.com (204.74.20.252) by daedalus.apache.org with SMTP; 9 Apr 2003 11:32:55 -0000 Received: from joedog.org (fnord.armstrong.com [204.74.20.11]) by sid.armstrong.com (8.12.8p1/8.12.8) with ESMTP id h39BTt2W018926 for ; Wed, 9 Apr 2003 06:29:55 -0500 Message-ID: <3E9404E6.4000704@joedog.org> Date: Wed, 09 Apr 2003 07:32:54 -0400 From: Tim Funk Organization: Human being User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Problems with RequestDispatcher References: <20030408153717.BC325184F9@carina.abysal.com> In-Reply-To: <20030408153717.BC325184F9@carina.abysal.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N If you are getting a StackOverFlow - you are probably calling something recursively (directly or indirectly) until your reach the stack limit. Can you post a stack trace? -Tim Jorge Alonso de Armi�o Escudero wrote: > Hi all, > > > > I have a servlet that acts as a Flow-controller. Depending on a parameter gets a RequestDispatcher and makes forward() or include() to a JSP. > > > > When i do the forward() or include() methods i get a StackOverFlow. > > > > I try to get information with try,catch clauses, but all the information is null ( getMessage(), getCause(), etc...) > > > > If i call directly the JSP file it works fine. > > > > The only difference i see is that when i call the include() or forward() methods of the RequestDispatcher from the servlet, i pass a Subclass of HttpServletResponseWrapper(). > > I've tried passing the original response, and i get the same result. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org