| Author |
Servlet Engine
|
Don Bosco
Ranch Hand
Joined: Oct 31, 2002
Posts: 108
|
|
guys, I would like to see the code in the servlet engine which actually initializes a servlet when the http request comes. calling the init and service methods etc., Can anyone provide me resources?
|
SCJP 1.4<p>Wingardium Leviosa!!
|
 |
Mike Curwen
Ranch Hand
Joined: Feb 20, 2001
Posts: 3695
|
|
Tomcat is the reference implementation for Servlet containers, so you can view its sourcecode here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.12/src/
|
 |
 |
|
|
subject: Servlet Engine
|
|
|