Invoking servlet's doGet() method on startup
843841Apr 16 2003 — edited Apr 16 2003Hi Friends,
Is there any way of invoking the servlets doGet method on server start -up.
I am using Tomcat 4.1.18.
I know that we can Invoke the servlet at stat-up i.e. it will invoke init() method osf servlet.But what if I want to invoke the doGet method on start - up?
Regards
Abhay