[Seaside] How to startup 3b5?

Glenn Swanlund gtsab at shaw.ca
Tue Aug 19 20:53:02 CEST 2003


>
> On Tue, 19 Aug 2003, Glenn Swanlund wrote:
>
> > I'm running 3.5 (on NT). I installed KomHttpServer-6.1 from Squeak Map
> > which included Seaside. The Seaside startup instructions were given as:
> >
> >  | ma seaside |
> >  seaside := WAKom new.
> >  ma := ModuleAssembly core.
> >  ma serverRoot: FileDirectory default fullName.
> >  ma alias: '/seaside' to: [ma addPlug: [:request | seaside process:
request]].
> >  ma documentRoot: FileDirectory default fullName.
> >  ma directoryIndex: 'index.html index.htm'.
> >  ma serveFiles.
> >  (HttpService startOn: 8080 named: 'httpd') plug: ma rootModule
>
> I don't have an image in front of me to test this with, but what happens
> if you try "WAKom default" instead of "WAKom new"?
>

That worked. Thanks.

Regards,
Glenn
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside



More information about the Seaside mailing list