[Seaside] [ANN] Seaside 3.0.7 release

Sven Van Caekenberghe sven at beta9.be
Tue Apr 3 12:57:58 UTC 2012


Sebastian,

On 03 Apr 2012, at 14:44, Sebastian Sastre wrote:

> how does you start seaside on Zn?

Like any other adaptor.

Use the GUI (Seaside Control Panel), or programmatically:

	ZnZincServerAdaptor startOn: 8080

But if you need more customization, you can go further:

	ZnZincServerAdaptor new
		port: 8080;
		serverClass: ZnManagingMultiThreadedServer;
		start

BTW, these are from the class comment of ZnZincServerAdaptor ;-)

HTH,

Sven

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4334 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/seaside/attachments/20120403/2f86d5c4/smime.bin


More information about the seaside mailing list