On 31 Jan 2012, at 11:50, Stéphane Ducasse wrote:
> Are you sure that you do not have an error because it would kill it.
> I do not see what we change to get the behavior you mentioned.
Yes, I am sure.
With 1.3 the startup script could be:
ZnServer startDefaultOn: 8080
and the server would keep on running.
With 1.4 the following script:
NonInteractiveTranscript stout install.
(ZnServer defaultOn: 8080)
logToTranscript;
start.
Clearly shows the image quiting without errors:
2012-01-31 12:24:05 706209 I Starting ZnMultiThreadedServer HTTP port 8080
2012-01-31 12:24:05 835258 D Initializing server socket
----QUIT/NOSAVE----an Array(31 January 2012 12:24:05 pm) pharo-ws-server.image
priorSource: 35443879
2012-01-31 12:24:05 706209 D Releasing server socket
2012-01-31 12:24:05 706209 I Stopped ZnMultiThreadedServer HTTP port 8080
Sven