ZincStaticServerAdaptor starts with different port

Esteban Maringolo <[email protected]> Sat, 9 May 2020 19:14:55 -0300
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside,gmane.comp.lang.smalltalk.pharo.user
Message-ID <CAJMgPC+BRbK2381cydDs1K3ixxYMevVaZKSv7Lf3DgSuKqZ75A@mail.gmail.com>
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,

_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
zn8000.png (image/png, 112.8 KB) - not displayed
zn80.png (image/png, 185.7 KB) - not displayed