I currently have an application running on weblogic that I'm moving over to tomcat 8. One of the things the application does is run background jobs using the commonj WorkManager. These jobs are managed by weblogic which seems to be the recommended practice.
What is the best/recommended way to run background jobs in Tomcat 8? Thanks, Kevin