[Seaside] More on stability problems

Lukas Renggli renggli at gmail.com
Fri Dec 22 12:34:00 UTC 2006


> I start my seaside as follows:
>
> | ma seaside |
> seaside := WAKomEncoded39 default.
> ma := ModuleAssembly core.
> ma alias: '/seaside' to: [ma addPlug: [:request | seaside process:
> request]].
> documentRoot := '/var/squeak/DocumentRoot/'
> ma documentRoot: FileDirectory default directoryNamed: 'DocumentRoot')
> fullName.
> ma serveFiles.
> (HttpService startOn: aPort named: 'httpd') plug: ma rootModule

Just a guess, but it might help to reduce the problem area:

- is the problem reproduceable if you start the server using
WAKomEncoded39>>#startOn:?

- is the problem reproduceable if you start the server using WAKom>>#startOn:?

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list