[Seaside] Problem starting Seaside

Avi Bryant avi.bryant at gmail.com
Sat Apr 2 23:32:30 CEST 2005


On Mar 25, 2005 2:04 PM, David Shaffer <cdshaffer at acm.org> wrote:

> Avi, this bit me as well as several other users.  I suggest the
> following change:
> 
> createService
>     Smalltalk at: #HttpService ifPresent:
>         [:hs |
>         ^ (hs on: port named: 'seaside') plug: self default].
>     Smalltalk at: #ComancheNetService ifPresent:
>         [:cns |
>         ^ (cns named: 'seaside' onPort: port) module: self default].
>     self error: 'Comanche is not installed.  Install Comanche from
> SqueakMap and try again.'

Done, committed in Seaside2.5b8-avi.2.

Ok, now for another batch...

Avi


More information about the Seaside mailing list