Stef,

> Am 30.09.2016 um 08:47 schrieb stepharo <steph...@free.fr>:
> 
> Hi guys
> 
> I wanted to show latest version of Seaside and I took Seaside on CI
> 
> and I do not get ZincAdaptor. Seaside looks dying to me sadly.
> 
> What should I do ?
> 
seaside is not (!!) dying. 

If you do 

Metacello new
    configuration: 'Seaside3';
    repository:
'http://www.smalltalkhub.com/mc/Seaside/MetacelloConfigurations/main';
    version: '3.2.0';
    load.

you load everything needed. I must confess I'm always confused about that, too. 
Meaning from where to load which configuration. In this regard seaside is a 
complete mess.
Seems like the catalog does not point to the right version, not good.

After that….You open the World menu->tools->seaside control panel. 
Right-click->add-adaptor und choose ZnZincServerAdaptor. Enter port 8080 
(alread there) and ok. Point your browser to http://localhost:8080/ et voilĂ 

Norbert

Reply via email to