R
ramakrishna
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.
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.