Programming Tutorials

Comment on Tutorial - Calling JSP from a batch file By Emiley J.



Comment Added by : Goozy

Comment Added at : 2009-07-25 11:18:45

Comment on Tutorial : Calling JSP from a batch file By Emiley J.
Well, I am fortunate to run CentOS 5 - everywhere - even on my laptop.
I trigger a JSP via wget from cron every hour. Works just perfect.

You can also trigger a "scheduler.jsp" for example once a minute, and can that way have a custom scheduler that kicks in, if some job is due. In short: Schedule everything from Java/JSP - instead of fiddling with lots of cron-jobs. Just one simple cron-job.


View Tutorial