From yangyuex@comp.nus.edu.sg Tue Sep 5 03:37:55 2000 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 66217 invoked from network); 5 Sep 2000 03:37:55 -0000 Received: from x86unx3.comp.nus.edu.sg (root@137.132.90.2) by locus.apache.org with SMTP; 5 Sep 2000 03:37:55 -0000 Received: from sun450.comp.nus.edu.sg (yangyuex@sun450-m.comp.nus.edu.sg [137.132.90.4]) by x86unx3.comp.nus.edu.sg (8.9.1/8.9.1) with ESMTP id LAA21395 for ; Tue, 5 Sep 2000 11:37:49 +0800 (GMT-8) Received: from localhost (yangyuex@localhost) by sun450.comp.nus.edu.sg (8.8.5/8.8.5) with ESMTP id LAA27196 for ; Tue, 5 Sep 2000 11:38:05 +0800 (GMT-8) Date: Tue, 5 Sep 2000 11:38:05 +0800 (GMT-8) From: Yang Yue Xiang To: tomcat-user@jakarta.apache.org Subject: _jspService(...) contract? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N When jsp engine compiles a jsp page to create a corresponding servlet class of the jsp, how the jsp engine knows the request methods(GET,POST etc) to be applied? Does it mean that tomcat implement doGet(...) and doPut(..) methods the same in _jspService(...)? Thanks yangyuexiang