Emm, @web:servlet load-on-startup="0"? :-)

<!--
The load-on-startup element indicates that this servlet should be
loaded (instantiated and have its init() called) on the startup
of the web application. The optional contents of
these element must be an integer indicating the order in which
the servlet should be loaded. If the value is a negative integer,
or the element is not present, the container is free to load the
servlet whenever it chooses. If the value is a positive integer
or 0, the container must load and initialize the servlet as the
application is deployed. The container must guarantee that
servlets marked with lower integers are loaded before servlets
marked with higher integers. The container may choose the order
of loading of servlets with the same load-on-start-up value.

Used in: servlet
-->
<!ELEMENT load-on-startup (#PCDATA)>

Ara.

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:xdoclet-user-
> [EMAIL PROTECTED]] On Behalf Of Herry
> Sent: Saturday, May 11, 2002 1:45 PM
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-user] Load servlet instances on startup
> 
> Hi
> apologies if this sound like a simple question, but
> does anybody knows what is the xdoclet tag to put into
> a servlet source code if I want to load this servlet
> up during deployment time.
> Web.xml has this tag called load-on-startup (or
> something of that kind), but I can't seem to find a
> corresponding xdoclet javadoc value for that in the
> documentation.
> 
> Cheers,
> Herry
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Kickin' Party - Win a 5-star getaway to exotic Bali!
> http://kickin.yahoo.com.sg
> 
> _______________________________________________________________
> 
> Have big pipes? SourceForge.net is looking for download mirrors. We
supply
> the hardware. You get the recognition. Email Us:
[EMAIL PROTECTED]
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to