| Author |
Load on Startup
|
Aleks Pascoal
Greenhorn
Joined: Jul 16, 2002
Posts: 12
|
|
Hi EveryBody, the element <load-on-startup> does what? It tells the container to load the class and to instantiate it? Thanks, Aleks
|
 |
Dave Vick
Ranch Hand
Joined: May 10, 2001
Posts: 3244
|
|
Aleks From Sun's web.xml DTD:
The load-on-startup element indicates that this servlet should be loaded (instantiated and have its init() called) on the startup of the web application.
It can also take an optional integer indicating the order in which to start it.
|
Dave
|
 |
 |
|
|
subject: Load on Startup
|
|
|