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 me

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

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

2013-01-24 Thread Andrew Winter
> 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? > > NIO Connector config from server.xml? > > Mark > > > ---

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

2013-01-24 Thread Mark Thomas
get: HTTP method GET is not supported by this URL > Am I doing something wrong? NIO Connector config from server.xml? Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

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

Re: HTTP method GET is not supported by this URL

2007-09-02 Thread Peter Boughton
rote: > > On 9/1/07, Peter Boughton <[EMAIL PROTECTED] > wrote: > > > Trying to load index.jsp (or any jsp file, even if it doesn't exist) > results > > in the following: > > HTTP Status 405 - HTTP method GET is not supported by this URL > > > Anyone got

Re: HTTP method GET is not supported by this URL

2007-09-01 Thread Hassan Schroeder
On 9/1/07, Peter Boughton <[EMAIL PROTECTED]> wrote: > Trying to load index.jsp (or any jsp file, even if it doesn't exist) results > in the following: > HTTP Status 405 - HTTP method GET is not supported by this URL > Anyone got any suggestions on how to fix it? It soun

HTTP method GET is not supported by this URL

2007-09-01 Thread Peter Boughton
Ok, so I re-wrote my config files and I'm not getting 404s any more - I'm getting 405 :( Trying to load index.jsp (or any jsp file, even if it doesn't exist) results in the following: HTTP Status 405 - HTTP method GET is not supported by this URL Google is just producing lots o