I have created a stand alone jar which does some job. The job has to be run at scheduled time regularly. I can invoke the jar using windows schedular. But I want to know if I can use tomcat or IBM web sphere server to invoke the jar at scheduled times.
Of course I can create a war file and deploy it in server but that is not what I am looking for.
Thanks in Advance