View Single Post
  #2 (permalink)  
Old 09-25-2007, 12:12 AM
amansundar amansundar is offline
D-Web Analyst
 
Join Date: May 2007
Posts: 325
amansundar is on a distinguished road
Default Re: Servlet creation and servlet loading........

Servlet can initialize when it recieves a request for that srvlet first time. This is called servlet creation.

The process of loading servlet before any request comes then this is called sevletloading
It loades with the help of <load-on-startup> attribute from the deployment descriptor
__________________
cheers
Aman
Reply With Quote