Starting Servlet automaticaally when tomcat starts?
ayyappa karamsetty
Greenhorn
Joined: Feb 26, 2011
Posts: 4
posted
0
Hi folks.
I have a requirement where , i have one table in that columns are phno , name , id. when ever i update the table one servlet need to read that table and gather phno's continuously with out giving any request to that servlet. Then we can get phno's which are new ones
and send sms to those only.
any one have idea on this send sms. i am using spring's ,tomcat .
is there any other way to do this.