This content has been marked as final.
Show 1 reply
-
1. Re: load-on-startup parameter question
metoojava Apr 1, 2010 5:59 AM (in response to andrejx)Hi to all,
load-on-startup tag specifies that the servlet should be loaded automatically when the web application is started.
The value is a single positive integer, which specifies the loading order. Servlets with lower values are loaded before servlets with higher values (ie: a servlet with a load-on-startup value of 1 or 3 is loaded before a servlet with a value of 5 or 7).