On 27 Nov 2009, at 06:55, Chinmoy Chakraborty <cch...@gmail.com> wrote:
> Hi All, > > I am trying to understand basic architecture of tomcat server and also > started to look into the code. What should me my starting point > (also source > code wise) to understand basic workflow of tomcat server? > > Chinmoy Have you read the Servlet Spec? Tomcat is primarily a Servlet Container, so understanding what that means is important. Then the docs at tomcat.apache.org. Then, you might try configuring and running running the server in normal and embedded modes. Once you done that, you should be familiar with the architecture and could look in SVN at the source. p --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org