Re: [Simpleweb-Support] Howto shutdown simpleweb server?
Brought to you by:
niallg
From: Niall G. <nia...@an...> - 2004-09-09 13:31:28
|
Hi Kenneth, > How do we shutdown a simpleweb http server? The way to stop accepting connections is to close the ServerSocket that was used in the Connection.connect to start the server. For now this will only stop accepting of connections, I am currently working on a scheme to gracefully shutdown the server completely. For now your best bet is probably System.exit. Niall |