Re: How to start a process automatically.
Posted By:
Lunkwill_Vroomfondel
Posted On:
Thursday, May 16, 2002 03:36 PM
you'd do better writing a cron-job.
if you absolutely need the possibilities (and don't mind the restrictions), this cron-job would make a call to the specific servlet (running in tomcat).
otherwise you would start your standalone-application from there.
hope it helped
oh, by the way - direct answer would be: no, not in the servlet-space.