No, I don't think there is any such documentation of Tomcat's exact
flow.  It would be handy to have somethat describes Tomcat's "Process of
getting into the stead state."   And something that describes the
"Process of handling an incoming request."  but as far as I know, these
things are locked up in peoples heads.

The best guide is the website's docs.  And knowing that the server.xml
is really Tomcat's back bone.  It describes which implementations get
hooked together at start up time.  

Cheers,
-bob

On Wed, 2003-11-19 at 06:07, Akhilesh Suresh Shirbhate wrote:
> Hi guys,
> 
> I am into hacking the Tomcat code recently. I have read most of the 
> code but I am not able to figure out where exactly is the Manager 
> (ManagerBase or StandardManager) comes into picture in the whole flow.
> Is there a proper document which actually explains what exactly happens
> when a request comes to Coyote and is then forwarded to the container thru 
> many phases like the EngineMapper, etc. Thanx in advance for the help to 
> be recieved.
> 
> Regards,
> Akhilesh.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to