If I'm not completely mistaken is the load order for servlets.
Meaning if load-on-startup is 1, that is the first servlet to load, 2 second
to load.
to load - being loaded by Orion.
//Johan
----- Original Message -----
From: "Neal Kaiser" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Thursday, January 04, 2001 7:10 PM
Subject: load-on-startup
> What are the possible values for <load-on-startup> </load-on-startup> ? I
> thought it was
> just 0 or 1.
>
> I have a Servlet which I wanted to be auto loaded and have a value of 1 in
> there. It wouldn't start up.
> I bumped it up to 4 and it works. Weird, I know....
>