Hello There,I need to have one task checking some files each hour, I was thinking in use a java thread to do that. I would like to know if there is a way to run/stop that kind of services. I know I could launch the thread in static way, and If the thread is not a daemon, the system is going to kill it once the server stops, but I dont want the server kill the thread if it is executing the task. Has teamsite something to do that? I didnt find nothing useful.Thanks in advance.