| Author |
How to schedule a job which will call a servlet?
|
Prasanth S Pillai
Ranch Hand
Joined: Oct 28, 2009
Posts: 39
|
|
|
How can I schedule a job which should call a servlet which is deployed in a weblogic server?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56204
|
|
|
By whatever means your OS uses. cron for unix-based systems, something else for Windows.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Sudipta Laha
Ranch Hand
Joined: Aug 23, 2010
Posts: 49
|
|
yup..
We can schedule jobs in unix(cron, tools like TWS) and windows.
But i am not sure why we need to call a servlet from a scheduler. In general we call java class.
I will be happy if someone can tell me a scenario where we need to call a servlet.
|
Regards,
Sudipta Kumar Laha
|
 |
 |
|
|
subject: How to schedule a job which will call a servlet?
|
|
|