About load-on-startup tag in web.xml in tomcat
- From: "ramakrishna" <ramakrishna.nelavalli@xxxxxxxxx>
- Date: 15 Jan 2007 05:46:12 -0800
Hi All,
I would like to start a servlet independent of first
request.That y iam using load-on-startup tag in web.xml i.e
<load-on-startup>0</load-on-startup>.
My Requirement is when ever tomcat server starts it should load
the all the servlets independent of the first request to that servlets.
Iam using tomcat 4.0. It is not loading servlets when server is
started.
i.e Is there any element in need to set in server.xml to load
the servlets when server is started.
Thanks In Advance.
.
- Follow-Ups:
- Re: About load-on-startup tag in web.xml in tomcat
- From: Adam Maass
- Re: About load-on-startup tag in web.xml in tomcat
- Prev by Date: Re: Is Sun's implementation of cacheRowSet Serializable?
- Next by Date: Re: Column numbers in stack trace - enhancement request
- Previous by thread: Column numbers in stack trace - enhancement request
- Next by thread: Re: About load-on-startup tag in web.xml in tomcat
- Index(es):
Relevant Pages
|