I have a web app made in Java EE 7, I want to know how I can include scheduled tasks in it, I have reviewed Scheduling Tasks but what I still do not understand is about where I configure that, in what configuration file I should do it and how I execute, for example I want to execute a task every 24 hours, where I program it, how I execute it.
I hope you can help me with that, thanks in advance.