Title: RE: load-on-startup question

Basically, it tells the servlet container to load your servlet when it starts up. The number indicates the order in which your servlets should be loaded.

For a more detailed explanation, check the Servlet API Specification available at:
http://java.sun.com/products/servlet/download.html#specs

Levi Cook
Greenbrier & Russel
Madison, Wisconsin
www.gr.com
[EMAIL PROTECTED]


-----Original Message-----
From: Josh [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 26, 2001 9:03 AM
To: [EMAIL PROTECTED]
Subject: load-on-startup question


I was wondering what the number in the load-on-startup tag inside web.xml
represents?

<load-on-startup>2</load-on-startup>

Thanks,
Josh

__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/

Reply via email to