We use Jrun and servlets. We have added a service to the Jrun. We have a thread which is supposed to run continuously and call a servlet every 30 mins. We observe that, when we start jrun, we aren't being able to run any other servlet running on Jrun as this service that we have written is keeping the jrun occupied continuously, though it is a thread with Sleep given in it. What's wrong ?