I'm trying to guarantee the order of the init method calls on a couple of servlets. My thought is to specify a load-on-startup value of 1 for the first servlet I want to initialize and a value of 2 for the load-on-startup value of the second servlet I want to initialize.
My question is what happens if I get a request for servlet 2 before the servlet 1 initialization completes?
Hi Jarrod, I don't believe my question was a duplicate. Thanks, Charlie