Re: Where shud i start from??

2004-12-08 Thread Sriram N

--- Gokul Jeyapaul [EMAIL PROTECTED] wrote:

   
 Respected Sirs,
  Im in the process of understanding the complete Tomcats source code so that
 i can write my own servlet container and JSP container.

Is this some college project ? Tomcat is pretty vast, and it should take you
about a months worth of serious reading to understand how it works.

  Where i shud i start from??I downloaded some source codes ..Whn i tried to
 go thro it i felt like im in a maze..I just didnt understand how things work?
  So please guide me thro this 
  I wud be grateful

Locate the architecture documents within the documentation and read them. 

Also, load the source within a good IDE like Eclipse, and start tracing Tomcat
from the time it starts up. As an exercise, figure out how Tomcat starts.

You'll discover that there's really no application such as Tomcat. It's a
number of different components that are all assembled together to create a
Servlet container that also bundles a JSP Engine.

 
 regds,
 Gokul
Best of luck,

-- Sriram



__ 
Do you Yahoo!? 
All your favorites on one personal page – Try My Yahoo!
http://my.yahoo.com 

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



Where shud i start from??

2004-12-03 Thread Gokul Jeyapaul
  
Respected Sirs,
 Im in the process of understanding the complete Tomcats source code so that i 
can write my own servlet container and JSP container.
 Where i shud i start from??I downloaded some source codes ..Whn i tried to go 
thro it i felt like im in a maze..I just didnt understand how things work?
 So please guide me thro this 
 I wud be grateful

regds,
Gokul

Re: Where shud i start from??

2004-12-03 Thread Andy Armstrong
Gokul Jeyapaul wrote:
  
Respected Sirs,
 Im in the process of understanding the complete Tomcats source code so that i can write my own servlet container and JSP container.
Why do you need to do that?
 Where i shud i start from??I downloaded some source codes ..Whn i tried to go thro it i felt like im in a maze..I just didnt understand how things work?
 So please guide me thro this 
Well, it's quite complex :)
Do you understand the general architecture?
--
Andy Armstrong
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]