> 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
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
> 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
>
>
> ---
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
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
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
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
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