[Seaside] help file

Yar Hwee Boon hboon at motionobj.com
Thu Aug 4 17:58:18 CEST 2005


On 04-Aug-05, at PM 11:26, Bany, Michel wrote:

> 2) Assuming that you are using Squeak, try to have the help file served
> by the Squeak HTTP server (Comanche ?). I do not know how to do this
> with Squeak, but there are probably some posts on this subject on this
> mailing list.

I remember grabbing this when someone posted it on the list, I think 
one of them was David Shaffer (thanks).

====================
WAKom stop.  "Stop Seaside if it is already running"
seaside := WAKom default.
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.
service := (HttpService startOn: 7878 named: 'httpd') plug: ma 
rootModule
====================

I've put it up at 
http://www.motionobj.com/seasidefaq/ServeStaticFilesWithComanche

--
HweeBoon
http://motionobj.com/blog/
MotionObj
(65) 6764-9774



More information about the Seaside mailing list