[Seaside] ZincStaticServerAdaptor starts with different port

Esteban Maringolo emaringolo at gmail.com
Sat May 9 22:14:55 UTC 2020


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,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zn8000.png
Type: image/png
Size: 115478 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/seaside/attachments/20200509/b5ab9feb/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: zn80.png
Type: image/png
Size: 190160 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/seaside/attachments/20200509/b5ab9feb/attachment-0003.png>


More information about the seaside mailing list