"Pierre Goupil" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Hello all,
>
> As an exercise, I would like to start reading Tomcat 6 source code. Lots 
> of
> things to learn there, I guess ! But I don't know where to start. An idea,
> anyone ?
>

Really depends on what interests you :).  If you want to learn end-to-end 
processing, then you would start with Coyote (org.apache.coyote) and move on 
to the various Connectors, and then Catalina.  If you want to learn JSP 
handling, then it would be Jasper (org.apache.jasper).  If you want to know 
servlet handling, then the StandardContext and StandardContextValve classes.

It took a long time for me to master Tomcat (and I'm still not very good 
with Jasper ;).

> Yours,
>
> Pierre
> 




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to