Here's something that might shed some light on the problem where ThreadedAppServer has to wait 30 seconds after shutdown before it can bind to the port... If I only bring up a page that throws an exception, like from a syntax error in my Servlet, I can stop and restart the server immediately! It sounds like when there is an exception, either the socket is closed in a better way than normal or the thread dies and releases it in a better way than normal. Anyone know more about this? I'll try to find out more... Jeff _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel
