Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 42912 invoked from network); 21 Jan 2008 15:49:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jan 2008 15:49:58 -0000 Received: (qmail 47503 invoked by uid 500); 21 Jan 2008 15:49:37 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 47479 invoked by uid 500); 21 Jan 2008 15:49:37 -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 47468 invoked by uid 99); 21 Jan 2008 15:49:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 07:49:37 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_NEUTRAL,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [192.35.17.2] (HELO thoth.sbs.de) (192.35.17.2) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jan 2008 15:49:08 +0000 Received: from mail3.siemens.de (localhost [127.0.0.1]) by thoth.sbs.de (8.12.6/8.12.6) with ESMTP id m0LFnB0r025712 for ; Mon, 21 Jan 2008 16:49:11 +0100 Received: from mchp771a.ww002.siemens.net (mchp771a.ww002.siemens.net [139.25.131.189]) by mail3.siemens.de (8.12.6/8.12.6) with ESMTP id m0LFnBAM028460 for ; Mon, 21 Jan 2008 16:49:11 +0100 Received: from MCHP7R5A.ww002.siemens.net ([139.25.131.163]) by mchp771a.ww002.siemens.net with Microsoft SMTPSVC(6.0.3790.3959); Mon, 21 Jan 2008 16:49:11 +0100 x-mimeole: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: Comet Development Date: Mon, 21 Jan 2008 16:49:10 +0100 Message-ID: <23AFECEB22D2FD47ADF828485803B2C0034AC570@MCHP7R5A.ww002.siemens.net> In-Reply-To: <002801c85875$4e044620$e7c8a8c0@siobhanb> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Comet Development Thread-Index: AchYb5tKIXiXV5nsRvejbrtdWawHMQABXuyAAPOX1JA= References: <001a01c8586e$88bfd7e0$e7c8a8c0@siobhanb> <176a7eb80801161042h37c21b7ag1f25b6327ecc60e1@mail.gmail.com> <002801c85875$4e044620$e7c8a8c0@siobhanb> From: "Reich, Matthias" To: "Tomcat Users List" X-OriginalArrivalTime: 21 Jan 2008 15:49:11.0448 (UTC) FILETIME=[2A6F1180:01C85C45] X-Virus-Checked: Checked by ClamAV on apache.org I think you need to explain a little more on what you want to achieve by using comet with JSPs. The JSP processing model is bound to the traditional Servlet processing model,=20 and a compiled JSP is a traditional Servlet - not a Comet Servlet. I am not sure if including response snippets generated by a JSP into the response stream via a call to RequestDispatcher.include would work. Regards, Matthias -----Original Message----- From: Siobhan [mailto:siobhanb@ccslink.com]=20 Sent: Wednesday, January 16, 2008 8:24 PM To: 'Tomcat Users List' Subject: RE: Comet Development Ok. But how is it all suppose to be put together? I want to use comet using jsp, but I don't see any jsp code. -----Original Message----- From: Peter Warren [mailto:tomcat.subscription@gmail.com]=20 Sent: Wednesday, January 16, 2008 12:42 PM To: Tomcat Users List Subject: Re: Comet Development This post (http://www.nabble.com/comet-questions-td14673697.html#a14673697) contains test code for both a client & comet servlet. See if it helps. On Jan 16, 2008 10:35 AM, Siobhan wrote: > To anyone who has successfully used Comet: > > > > I've been trying to use Comet with Tomcat 6.0 for a few weeks now and have > been unsuccessful. I'm so frustrated with the lack of documentation and the > unusable example that was given with Tomcat. > > > > Are there any step-by-step instructions on how to successfully implement a > test program? > > > > -SB > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org