for an implementation of Bayeux (soon to be proposed to tomcat-dev) that works with CometProcessor

http://svn.hanik.com/viewvc/tomcat-bayeux/
User: tomcat
Password: tomcat

just deploy the war file generated from the ant build script

Filip

Martin Gainty wrote:
I downloaded the CometProcessor HTTPServlet event code and its running in
TC6 with JDK6

when executing the attached client I see

"HTTP Status 405 - HTTP method GET is not supported by this URL - The
specified HTTP method is not allowed for the requested resource (HTTP method
GET is not supported by this URL).".
The request sent by the client was syntactically incorrect (HTTP method GET
is not supported by this URL).

There were more than a couple of folks with the same error with no answer
so..
Did anyone ask Filip for working client?
My inclination is to put a bug in but I cant say implementing the
NIOConnector is a supported TC6 feature

Thanks
Martin
----- Original Message -----
From: "Peter Warren" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <users@tomcat.apache.org>
Sent: Friday, January 25, 2008 2:38 PM
Subject: Re: comet end event


I put up a war file at: http://www.nomad.org/comet_test.war.

It includes the webapp, source for the comet servlet & client, and the
server.xml file.  Let me know if I missed anything.

As I mentioned before, I've also used your cometgui.jar client and see
the end event generated when using it as well.  If I submit a chunk
and the last chunk (0crlfcrlf) together, I see a read error on the
server.  If I submit a chunk and then submit the last chunk in two
separate submissions, I see an end event on the server.

Peter

On Jan 24, 2008 12:44 PM, Filip Hanik - Dev Lists <[EMAIL PROTECTED]>
wrote:
even with your code, I wasn't able to replicate what you were seeing.
what I would need to see what's going on for you:

1. a war file with your comet server, and source code
2. a test client
3. your server.xml

Filip

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to