May 9, 2020
10:14 p.m.
Hi, I have a ZnZincStaticServerAdaptor, that after quitting the image and starting it again starts in a different port. So I did: WAServerManager default adaptors do: [ :each | WAServerManager default unregister: each ]. (ZnZincStaticServerAdaptor startOn: 8000 andServeFilesFrom: (FileLocator imageDirectory / 'static' ) asFileReference). And get the server running in the port 8000. [see zn8000.png] But after restarting the image, it is running in the port 80. [see zn80.png] Why is it so? Regards,