If you put the code at the init function, you can force the servlet to
load at startup by putting the tag

<load-on-startup>priorityNumber</load-on-startup>

in the servlet description in web.xml. priorityNumber defines the
order in which the servlets will be loaded at startup.
-- 
Best regards,
 Rafael                            mailto:[EMAIL PROTECTED]



Reply via email to