That depends on what you mean with "the server crashes". If the JVM in which your server software run exists unexpectedly, then ofcourse all threads running in the server stop and your servlet also stops, and clients will get an error message in their browser if they go to the URL of your servlet. [ August 23, 2005: Message edited by: Jesper de Jong ]