|
Thanks to all, I comment as I solved my problem in case somebody needs help:
finally I create a model in the data base where I save my process that desire to execute from the application WEB,
and a program in java that is called from a shell through crontab that executes these processes, thus can be running in the server
To know how it goes the progress of the single procedure I consult the state of the scheduler table,
which is by_toexecute, inexecution, executedOk and executedwitherror.
Albert
|