Hello, my employer just asked me to run a timed batch process in a J2EE websphere application they have running. It's supposed to run a certain class at 1130 pm everyday.
I'm not very familiar with J2EE nor websphere server (or tomcat, in the develpment environment), and I've been digging around but all I've found is about the java timer class but not how to set it or invoke it.
It seems that editing the web.xml file is required as well.
Any help will be appreciated!