From schalk@volume4.co.za Mon Sep 1 10:10:59 2003 Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 31862 invoked from network); 1 Sep 2003 10:10:59 -0000 Received: from unknown (HELO ctb-mesg1.saix.net) (196.25.240.73) by daedalus.apache.org with SMTP; 1 Sep 2003 10:10:59 -0000 Received: from DELL530 (rrba-bras-205-239.telkom-ipnet.co.za [165.165.205.239]) by ctb-mesg1.saix.net (Postfix) with ESMTP id CDE6C5278 for ; Mon, 1 Sep 2003 11:43:13 +0200 (SAST) From: "Schalk" To: "'Tomcat Developers List'" Subject: RE: how's the jsp page compile into servlet Date: Mon, 1 Sep 2003 11:43:07 +0200 Message-ID: <000001c3706d$7947ca40$0100a8c0@DELL530> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 In-Reply-To: <20030901072809.4225.qmail@web9807.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Manish As far as I know, and anyone please correct me on this if I am wrong, = this is handled by the internal compiler within Tomcat and the .class is = placed within web application scope. You can register a .jsp to act as a servlet and call it as if it is one. = For instance on our website we include our footer.jsp like this. First add the following code to your web.xml: footer Copyright footer for www.volume4.co.za /includes/footer.jsp You can now call it from anywhere within your webapps simply as /servlet/footer, for instance Hope this helps. Kind Regards Schalk Neethling Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel: +27125468436 Fax: +27125468436 email:schalk@volume4.co.za web: www.volume4.co.za =20 :: -----Original Message----- :: From: manish pandey [mailto:manish_pandey2k@yahoo.com] :: Sent: Monday, September 01, 2003 9:28 AM :: To: tomcat-dev@jakarta.apache.org :: Subject: how's the jsp page compile into servlet ::=20 :: hello sir , :: i am new in ur list. i would like to answer that :: how's a jsp page covert into a servlet and where is :: the .class file store in webapplication . and how a :: web.xml find these servlet name and servlet class name :: .plese :: tell me the internal details about application server ::=20 :: wating ur :: reply :: manish ::=20 ::=20 :: __________________________________ :: Do you Yahoo!? :: Yahoo! SiteBuilder - Free, easy-to-use web site design software :: http://sitebuilder.yahoo.com ::=20 :: --------------------------------------------------------------------- :: To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org :: For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org