Re: what is this number -2147483646

2001-06-21 Thread Francis Callo
Hi, it is the order number in loading servlet or jsp on startup. if that has the smallest value it would be the first servlet to be loaded. Since it is a negative number and if it has the smallest number it would be the first servlet to be loaded during startup. Francis --- Venkatesh T <[EMAIL

Re: what is this number -2147483646

2001-06-21 Thread Rob Agar
L PROTECTED]] > Sent: Thursday, June 21, 2001 8:43 AM > To: tomcat > Subject: what is this number -2147483646 > > > HI > What is the meaning of the foll. code in web.xml file for startup > servlets. > > > -2147483646 > > > > can any one know .. > > Rgds > venkatesh >

RE: what is this number -2147483646

2001-06-21 Thread Raphael Lemaitre
Title: RE: what is this number -2147483646 -2147483646 is Integer.MIN_VALUE With this value, this servlet is loaded first (the less load-on-startup value is, earlier the servlet is loaded) Raphael Lemaitre > HI >   What is the meaning of the foll. code in web.xml file for s

RE: what is this number -2147483646

2001-06-21 Thread William Kaufman
nal Message- From: Venkatesh T [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 8:43 AM To: tomcat Subject: what is this number -2147483646 HI What is the meaning of the foll. code in web.xml file for startup servlets. -2147483646 can any one know .. Rgds venkatesh

Re: what is this number -2147483646

2001-06-21 Thread Pae Choi
The positive integers indicate the *order* in which servlet should be loaded from lower to higher. If no value or negative integers, the container is *free* to load the servlet any time in the startup sequence. Pae > HI > What is the meaning of the foll. code in web.xml file for start

what is this number -2147483646

2001-06-21 Thread Venkatesh T
HI What is the meaning of the foll. code in web.xml file for startup servlets. -2147483646 can any one know .. Rgds venkatesh