You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Elias Kopsiaftis <ye...@gmail.com> on 2012/07/30 19:45:24 UTC

configuring tomcat to use nio

My friend told me that my comet implementation wasnt working because i need
to configure tomcat to use nio rather than standard java io. what happens
is when i try to connect to the comet servlet from my client, im getting a
reponse that says get request is not supported even though im using a post
request. how do i configure this if this is the right solution?

Re: configuring tomcat to use nio

Posted by Elias Kopsiaftis <ye...@gmail.com>.
thank you again

On Mon, Jul 30, 2012 at 2:33 PM, Mark Thomas <ma...@apache.org> wrote:

> On 30/07/2012 19:26, Elias Kopsiaftis wrote:
> > thank you for your quick response.  i actually found that document and
> > shouldve specified that. what i really meant was, what is the name of the
> > file you modify?
>
> http://tomcat.apache.org/tomcat-7.0-doc/config/index.html
>
> Mark
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

Re: configuring tomcat to use nio

Posted by Mark Thomas <ma...@apache.org>.
On 30/07/2012 19:26, Elias Kopsiaftis wrote:
> thank you for your quick response.  i actually found that document and
> shouldve specified that. what i really meant was, what is the name of the
> file you modify?

http://tomcat.apache.org/tomcat-7.0-doc/config/index.html

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: configuring tomcat to use nio

Posted by Elias Kopsiaftis <ye...@gmail.com>.
thank you for your quick response.  i actually found that document and
shouldve specified that. what i really meant was, what is the name of the
file you modify?

On Mon, Jul 30, 2012 at 2:15 PM, Mark Thomas <ma...@apache.org> wrote:

> On 30/07/2012 18:45, Elias Kopsiaftis wrote:
> > My friend told me that my comet implementation wasnt working because i
> need
> > to configure tomcat to use nio rather than standard java io. what happens
> > is when i try to connect to the comet servlet from my client, im getting
> a
> > reponse that says get request is not supported even though im using a
> post
> > request. how do i configure this if this is the right solution?
>
> http://tomcat.apache.org/tomcat-7.0-doc/config/http.html
>
> Look for protocol.
>
> Mark
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

Re: configuring tomcat to use nio

Posted by Mark Thomas <ma...@apache.org>.
On 30/07/2012 18:45, Elias Kopsiaftis wrote:
> My friend told me that my comet implementation wasnt working because i need
> to configure tomcat to use nio rather than standard java io. what happens
> is when i try to connect to the comet servlet from my client, im getting a
> reponse that says get request is not supported even though im using a post
> request. how do i configure this if this is the right solution?

http://tomcat.apache.org/tomcat-7.0-doc/config/http.html

Look for protocol.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org