Return-Path: Delivered-To: apmail-jakarta-jetspeed-dev-archive@apache.org Received: (qmail 32913 invoked from network); 28 Oct 2002 05:02:05 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 28 Oct 2002 05:02:05 -0000 Received: (qmail 8025 invoked by uid 97); 28 Oct 2002 05:03:04 -0000 Delivered-To: qmlist-jakarta-archive-jetspeed-dev@jakarta.apache.org Received: (qmail 7989 invoked by uid 97); 28 Oct 2002 05:03:03 -0000 Mailing-List: contact jetspeed-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jetspeed Developers List" Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@jakarta.apache.org Received: (qmail 7977 invoked by uid 98); 28 Oct 2002 05:03:03 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: Mon, 28 Oct 2002 00:14:12 -0500 From: Hugh Brien Subject: JSP Service In-reply-to: <719848C5DDCAD5118DA40002A5ADD6E601A6E2A4@eyleau.group.vivendi.net> To: Jetspeed Developers List Message-id: MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Importance: Normal X-Priority: 3 (Normal) X-MSMail-priority: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I have been trying to get the JSP Portlet service to work properly. I am running JDK 1.4.1_1 with Tomcat 4.1.10 I am not sure why this is happening. I have checked all the variables any they point to the correct directories. Has anyone else experienced this? I have traced the error to the following line of code: try { if (isForward) { // forward the request to the JSP dispatcher.forward(data.getRequest(), data.getResponse()); } else { data.getOut().flush(); >>>>> dispatcher.include(data.getRequest(), data.getResponse()); } } -- To unsubscribe, e-mail: For additional commands, e-mail: