Re: configuring tomcat to use nio

2012-07-30 Thread Elias Kopsiaftis
thank you again

On Mon, Jul 30, 2012 at 2:33 PM, Mark Thomas  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-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Re: configuring tomcat to use nio

2012-07-30 Thread Mark Thomas
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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: configuring tomcat to use nio

2012-07-30 Thread Elias Kopsiaftis
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  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-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Re: configuring tomcat to use nio

2012-07-30 Thread Mark Thomas
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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



configuring tomcat to use nio

2012-07-30 Thread Elias Kopsiaftis
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?