What are the possible values for load_on_startup in a servlet entry in web.xml?
Obviously a load_on_startup
value of 0 means no, and 1 means. But what does the value 2 mean?
EDIT : Obviously, I shouldn't accept things before checking them out. A value of 0 still means boot at startup. Thank you stacker.
The servlet specification is surprisingly difficult to achieve.
+2
a source to share
2 answers