Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to automate task in jsp?

843836Dec 22 2004 — edited Dec 26 2004
I want to create an sms messaging website using jsp. The sms i believe would be ez, i would just have to use sockets in a bean. However there is a specific functionality i want to implement where my website would send a dummy sms message every 5 minutes to the sms server just to test what speed that server is accepting messages at. This way i can display the server speed to users when the come to my site. My problem is i am not sure how to implement this functionality in jsp. It is a process that needs to happen like a new thread. It should happen whether or not people are visiting the website and it needs to happed every 5 minutes. I am wondering if this functionality could only be setup by my webserver or is there some way in jsp i could use a bean to do this.

Any assistance would be greatly appreciated
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 23 2005
Added on Dec 22 2004
18 comments
443 views