Re: Comet problem - HTTP method GET is not supported by this URL

2013-01-25 Thread Andrew Winter
> I am trying to implement a Comet process. > > Tomcat 6.0.36 > > Red Hat Enterprise Linux Server release 6.2 (Santiago) > > Java 7u11 (32 bit) > > > > I have implemented CometProcessor. I am using the NIO connector. > > When I try the servlet I get: HTTP method GET is not supported by this > URL

Re: Comet problem - HTTP method GET is not supported by this URL

2013-01-25 Thread Konstantin Kolinko
2013/1/22 Andrew Winter : > I am trying to implement a Comet process. > Tomcat 6.0.36 > Red Hat Enterprise Linux Server release 6.2 (Santiago) > Java 7u11 (32 bit) > > I have implemented CometProcessor. I am using the NIO connector. > When I try the servlet I get: HTTP method GET is not supported

Re: Comet problem - HTTP method GET is not supported by this URL

2013-01-24 Thread Andrew Winter
Here is the NIO connector: Normal servlet requests work, just not the Comet. After I sent this email, I installed the APR and switched back to the standard connector: The log then showed that the APR connector was being used, but I get the same message when I try to use the comet servlet. T

Re: Comet problem - HTTP method GET is not supported by this URL

2013-01-24 Thread Mark Thomas
On 22/01/2013 16:52, Andrew Winter wrote: > I am trying to implement a Comet process. > Tomcat 6.0.36 > Red Hat Enterprise Linux Server release 6.2 (Santiago) > Java 7u11 (32 bit) > > I have implemented CometProcessor. I am using the NIO connector. > When I try the servlet I get: HTTP method GET

Comet problem - HTTP method GET is not supported by this URL

2013-01-22 Thread Andrew Winter
I am trying to implement a Comet process. Tomcat 6.0.36 Red Hat Enterprise Linux Server release 6.2 (Santiago) Java 7u11 (32 bit) I have implemented CometProcessor. I am using the NIO connector. When I try the servlet I get: HTTP method GET is not supported by this URL Am I doing something wrong?