> However, I have one problem under Windows: Hitting Ctrl-Break does only > work one time. For some reason, Windows ignores subsequent Ctrl-Breaks.
After some debugging I finally found it. It had to do with the fact that under Windows the mainloop runs in a separate thread, and the AppServer waited for the end of that thread whenever there was any interrupt, assuming it must always be a shutdown. However, the IOError interrupt raised by Ctrl-Break does not trigger a shutdown. I fixed it so that the AppServer continues if there is an interrupt without shutdown. The thread dumping works very nicely now under Windows. -- Christoph ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Webware-discuss mailing list Webware-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/webware-discuss