Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 96963 invoked from network); 10 Aug 2000 08:42:37 -0000 Received: from moonlight.marvel.ch (194.6.188.3) by locus.apache.org with SMTP; 10 Aug 2000 08:42:37 -0000 Received: from marvel.ch (samuel.marvel.ch [194.209.38.201]) by MoonLight.marvel.ch (8.9.1/8.9.1) with ESMTP id KAA03309 for ; Thu, 10 Aug 2000 10:42:09 +0200 (MET DST) Message-ID: <39926A47.57BE02AA@marvel.ch> Date: Thu, 10 Aug 2000 10:39:35 +0200 From: ARNOD-PRIN Samuel X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: requestDispatcher : how does it work internally ??? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N When you get a requestDispatcher object (even if it is an interface), how is it handled ? Does it open an HttpUrlConnection to the webserver (ok for perl files or html files), but is it more efficience for .jsp or Servlet ??