Re: Request for documentation

2016-05-14 Thread Olaf Kock
Am 14.05.2016 um 14:06 schrieb Lyallex:

> I need some documentation that details exactly what happens when the
> fist bit of a request arrives at the server all the way through to
> when the last bit of the response leaves the server. Does any such
> documentation exit?
> 
> Presumably the version of Tomcat is important
> 
> 7.0.42

If you're that specific about what you actually need and the version
(potentially also special cases etc), the best bet is probably the
source distribution or svn repository. On such a technical level this is
best documented in Java code.

Olaf

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



Request for documentation

2016-05-14 Thread Lyallex
I'm trying to find some documentation that details the request lifecycle
I've looked in the obvious places ... and some not so obvious ones

That is: NOT the servlet lifecycle documentation, this is a different
thing entirely.

I need some documentation that details exactly what happens when the
fist bit of a request arrives at the server all the way through to
when the last bit of the response leaves the server. Does any such
documentation exit?

Presumably the version of Tomcat is important

7.0.42


Thanks in advance

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