|
|
Question : Schedule Servlets in Websphere 5.1.1
|
|
Hello: How can i schedule a Servlet in the application server to run every hour? My application server console administrator is writting in spanish.
I was reading information but they don't match with my console application. I can't configure a scheduler entry. Thanks.
|
Answer : Schedule Servlets in Websphere 5.1.1
|
|
You can do in the following manner 1) Write a wrapper class(task) to use httpURLConnection to the servlet 2) schedule this class in websphere(Using com.ibm.websphere.scheduler) Hope this provides some solution. -Venkat
|
|
|
|