Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 70248 invoked from network); 28 May 2008 02:19:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 May 2008 02:19:53 -0000 Received: (qmail 65420 invoked by uid 500); 28 May 2008 02:19:42 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 65393 invoked by uid 500); 28 May 2008 02:19:42 -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 65382 invoked by uid 99); 28 May 2008 02:19:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2008 19:19:42 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [72.22.94.67] (HELO virtual.halosg.com) (72.22.94.67) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 May 2008 02:18:49 +0000 Received: (qmail 5235 invoked from network); 27 May 2008 21:05:22 -0500 Received: from 72-19-171-38.static.mesanetworks.net (HELO ?192.168.1.5?) (72.19.171.38) by halosg.com with SMTP; 27 May 2008 21:05:22 -0500 Message-ID: <483CC159.4010708@hanik.com> Date: Tue, 27 May 2008 21:20:09 -0500 From: Filip Hanik - Dev Lists User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat Comet Question References: <74DFE4F68173F94787693F06E792A8F3BD51D0@exch1.ad.getmedium.com> In-Reply-To: <74DFE4F68173F94787693F06E792A8F3BD51D0@exch1.ad.getmedium.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org try the simplest thing first, upgrade to 6.0.16, in terms of your config, you have tcnative-1.dll in your PATH, but you haven't configured the APR connector, you have configured NIO (which works for comet) and the regular blocking (which doesn't work for comet) Filip Adam Kaupisch wrote: > I am having trouble getting Comet to work and was hoping someone knows > what my problem is... > > > > I am running 6.0.13 on windows XP (yea, I need to change to linux, I > know)...anyway, I went through getting the APR setup and I believe I > have done so...based on when I start tomcat up, I get this message: > > May 27, 2008 2:45:23 PM org.apache.catalina.core.AprLifecycleListener > init > > INFO: Loaded Apache Tomcat Native library 1.1.12. > > May 27, 2008 2:45:23 PM org.apache.catalina.core.AprLifecycleListener > init > > INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters > [false], random [true]. > > May 27, 2008 2:45:24 PM org.apache.coyote.http11.Http11NioProtocol init > > INFO: Initializing Coyote HTTP/1.1 on http-8080 > > May 27, 2008 2:45:24 PM org.apache.coyote.http11.Http11Protocol init > > INFO: Initializing Coyote HTTP/1.1 on http-8081 > > May 27, 2008 2:45:24 PM org.apache.coyote.http11.Http11NioProtocol init > > INFO: Initializing Coyote HTTP/1.1 on http-8443 > > May 27, 2008 2:45:24 PM org.apache.catalina.startup.Catalina load > > INFO: Initialization processed in 1741 ms > > > > I have a servlet that sits behind a filter. When I try to access it, it > calls doFilter(...) instead of doFilterEvent(...). Is there something > I'm missing in my config? I'm poking around blindly, so I'd be happy if > anyone can point me in the right direction. > > > > Thanks > > > > Adam > > > > ------------------------------------------------------------------------ > > No virus found in this incoming message. > Checked by AVG. > Version: 7.5.524 / Virus Database: 269.24.1/1468 - Release Date: 5/26/2008 3:23 PM > --------------------------------------------------------------------- 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