OK Sorry I wasted everybody's time there. What was happening was that I was running the applet locally, as opposed to actually through the server. (i.e. the URL started with "file://" instead of "http://") There was a thread (that happens to periodically query the server) that didn't die when the browser died becuase the applet was local. When I run the applet by using it's URL, then the Thread does die when the browser does. I convinced myself that it had to be a server problem basically because I'm amazed I actually got it to run and process servlets at all. --- John Brecht Department of Physics and Astronomy Michigan State University ---------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html/> Problems?: [EMAIL PROTECTED]
