Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 48864 invoked from network); 8 Feb 2009 14:50:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2009 14:50:45 -0000 Received: (qmail 46569 invoked by uid 500); 8 Feb 2009 14:50:32 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 46543 invoked by uid 500); 8 Feb 2009 14:50:32 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 46532 invoked by uid 99); 8 Feb 2009 14:50:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 06:50:32 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.61.61.105] (HELO usea-naimss3.unisys.com) (192.61.61.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 14:50:20 +0000 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.16]) by usea-naimss3 with InterScan Message Security Suite; Sun, 08 Feb 2009 08:48:41 -0600 Received: from usea-nagw1.na.uis.unisys.com ([129.224.72.51]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 8 Feb 2009 08:48:40 -0600 Received: from usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) by usea-nagw1.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 8 Feb 2009 08:48:40 -0600 Received: from USEA-EXCH7.na.uis.unisys.com ([129.224.76.38]) by usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) with mapi; Sun, 8 Feb 2009 08:48:40 -0600 From: "Caldarale, Charles R" To: Tomcat Users List Date: Sun, 8 Feb 2009 08:48:38 -0600 Subject: RE: Simple Tomcat 6, servlet tutorial. First draft for comment Thread-Topic: Simple Tomcat 6, servlet tutorial. First draft for comment Thread-Index: AcmJ65jM51zGRuz5T9a6JZYL0XBBqwADt46w Message-ID: <0AAE5AB84B013E45A7B61CB66943C17215B618D085@USEA-EXCH7.na.uis.unisys.com> References: <711a73df0902080445k726b5938l55cd1028da26453f@mail.gmail.com> In-Reply-To: <711a73df0902080445k726b5938l55cd1028da26453f@mail.gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 08 Feb 2009 14:48:40.0684 (UTC) FILETIME=[54F472C0:01C989FC] X-Virus-Checked: Checked by ClamAV on apache.org > From: Dave Pawson [mailto:dave.pawson@gmail.com] > Subject: Simple Tomcat 6, servlet tutorial. First draft for comment > > http://www.dpawson.co.uk/tomcat Looks pretty good. Some nits to pick: Under "Compile the restlet example code", you include catalina.jar and tomc= at-juli.jar; neither of these should be necessary to compile a servlet. If= they are necessary, there's something wrong with the servlet, since it's m= aking use of Tomcat internals. The directory structure created in "Tell Tomcat about our servlet" appears = in the section above; looks like something's out of order or at least mispl= aced here. I would not include the comment about valves within the element; = it will only provoke questions and confusion from the uninitiated. Under "Add the jars", you use the phrase "unpack the following jars"; that = could be construed as taking those jars apart to get the individual class f= iles. Perhaps something like "extract the following jars from the zip file= :" would be clearer. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL and is thus for use only by the intended recipient. If you received = this in error, please contact the sender and delete the e-mail and its atta= chments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org