|
Re: What does loadonstartup in a web.xml file achieve?
the sub-element indicates the order in which each servlet should be loaded.Lower positive values are loaded first.If the value is nagative or unspecified, then the container can load the servlet at anytime during startup.
comments r welcome.
Regards,
R.P.Karunakaran.
|