When the startup classes get started in SunOne??
.I deployed a webapplication with a Startup
servlet(load on startup tag =1).
The servlet's init method gets triggered not on the server's startup but
only after the first request to the webapplication(like calling any html or
jsp in that application).
Is there any way to start(trigger the init) the servlet duing the server
startup?.
Thanks in advance.