Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 10601 invoked from network); 9 Nov 2006 20:23:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Nov 2006 20:23:49 -0000 Received: (qmail 82504 invoked by uid 500); 9 Nov 2006 20:23:44 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 82489 invoked by uid 500); 9 Nov 2006 20:23:44 -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 82473 invoked by uid 99); 9 Nov 2006 20:23:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 12:23:44 -0800 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of remy.maucherat@gmail.com designates 64.233.182.188 as permitted sender) Received: from [64.233.182.188] (HELO nf-out-0910.google.com) (64.233.182.188) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Nov 2006 12:23:30 -0800 Received: by nf-out-0910.google.com with SMTP id p46so957809nfa for ; Thu, 09 Nov 2006 12:23:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rE1xzxeYLSWw6sIGbwMNrtDSrZsQW5lxxZxIQzUv2T2r8uqY6QLkySrZoScxlRazwNWA0WWG4W7Zf71omvmfqB7FaaijOR7LT++oXhF5+0RqsD5AeLDmsM8moLSAFvm4btcODJWgilfp5WTdLYySJPLeqYlxqnIe1AYRhLriYuo= Received: by 10.82.118.2 with SMTP id q2mr236442buc.1163103788709; Thu, 09 Nov 2006 12:23:08 -0800 (PST) Received: by 10.82.164.2 with HTTP; Thu, 9 Nov 2006 12:23:08 -0800 (PST) Message-ID: <6d959d480611091223g4b1efa1cwf4d996d08dcacf3d@mail.gmail.com> Date: Thu, 9 Nov 2006 21:23:08 +0100 From: "=?ISO-8859-1?Q?R=E9my_Maucherat?=" To: "Tomcat Users List" Subject: Re: tomcat 6.0 & browser support In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org On 11/9/06, silvanoh722 wrote: > hi. I've installed tomcat6.0 with comet support. I've tried the > example code found at > http://tomcat.apache.org/tomcat-6.0-doc/aio.html. > > when I call the servlet, the browser wait for a response... the > event() methods terminate normally, and run() of MessageSender wait on > messages. > now, I haven't a user to send a chat message, so the application wait for= ever. > > I've modified the code, to set up a nickname in session, by a > login.jsp page. then, I redirect to another jsp page who contain a > form with a sender name, a destination name and the message. but a > submitting of the form causes a new request event. I dont understand > if I need of some javascript support (like dojo?) or I don't know > what. > > sorry If this seems confused, but I speak english just a little. At the moment, the example code is telnet ready, and that's it. There's no implementation of a higher level XML protocol in the example or anything that will work in a regular browser, although I assume this will be contributed/added fairly soon. R=E9my --------------------------------------------------------------------- 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