2011/4/15 killbulle <marco.go...@gmail.com>:
>
> Hi the list,
> i have a  problem with asyncServlet with tomcat 7.0.11/.12
> i have an async servlet who return a 400 ,
> i'am pretty sure that i do the startAsync et async.complete are called, but
> when i follow the request flow in debugger, it seem that request.recycle is
> not called(coyoteAdapter.service)
> so following request are getting wrong mapping.
> Does i ' need to call another méthod in the async model ?
> Regards marc

Do you have a simple example (sample code) that reproduces your problem?

What is configuration of your connectors?

What connector implementation are you using? (bio vs nio vs apr). It
is displayed in the logs when Tomcat starts up, e.g. "Initializing
ProtocolHandler " + name.

Best regards,
Konstantin Kolinko

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

Reply via email to