Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 26477 invoked from network); 24 Aug 2004 19:38:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 24 Aug 2004 19:38:02 -0000 Received: (qmail 22434 invoked by uid 500); 24 Aug 2004 19:37:39 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 22377 invoked by uid 500); 24 Aug 2004 19:37:39 -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 22364 invoked by uid 99); 24 Aug 2004 19:37:39 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [171.67.16.123] (HELO smtp1.Stanford.EDU) (171.67.16.123) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 24 Aug 2004 12:37:37 -0700 Received: from [171.65.79.118] (theakstons.Stanford.EDU [171.65.79.118]) by smtp1.Stanford.EDU (8.12.11/8.12.11) with ESMTP id i7OJbZsg029514 for ; Tue, 24 Aug 2004 12:37:35 -0700 Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <0C74A3BE-F605-11D8-978A-000A9590346A@stanford.edu> Content-Type: text/plain; charset=US-ASCII; format=flowed To: tomcat-user@jakarta.apache.org From: "Ihab A.B. Awad" Subject: does nothing Date: Tue, 24 Aug 2004 12:37:35 -0700 X-Mailer: Apple Mail (2.619) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi folks, I am trying to get a tag to include the contents of a CGI which is deployed in the same webapp using the CGI servlet. My JSP page is mapped (webapp relative) to -- /smd/html/index.jsp and my CGI mapping is to the path -- /smd/html/cgi-bin/* In my JSP page, the following -- works as exected, returning the complete results of invoking the CGI. (Thus, it seems to me, the general ability to invoke CGIs from my JSPs is proven.) However, the following -- is a no-op: nothing gets included in the output. Now, doing -- where "test.jsp" is a simple JSP page, works just fine. What could be the problem? Am I ignorant of a configuration parameter somewhere? Any and all help appreciated. Regards and peace, Ihab -- Ihab A.B. Awad Snr Scientific Programmer, Dept of Genetics --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org