You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chinmoy Chakraborty <cc...@gmail.com> on 2009/11/27 07:55:23 UTC

Newbie Question

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

Re: Newbie Question

Posted by Pid Ster <pi...@pidster.com>.
On 27 Nov 2009, at 06:55, Chinmoy Chakraborty <cc...@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Newbie Question

Posted by Chinmoy Chakraborty <cc...@gmail.com>.
Thanks a lot for your reply guyz...I will give it a shot...

Thanks,

Chinmoy



On Fri, Nov 27, 2009 at 5:41 PM, Mark Thomas <ma...@apache.org> wrote:

> Chinmoy Chakraborty 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?
>
> Try the architecture section of the Tomcat docs.
>
> Mark
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>

Re: Newbie Question

Posted by Mark Thomas <ma...@apache.org>.
Chinmoy Chakraborty 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?

Try the architecture section of the Tomcat docs.

Mark




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