[Seaside] help file

Mart-Mari Breedt breedt_m at aircom.co.za
Fri Aug 5 09:59:59 CEST 2005


HweeBoon and Michel, you guys are the best! I served the static files
using the code below, and pulled a one liner html anchorWithUrl: '' do:
[] on it and it works!

Thanks a mil.

Mart-Mari

-----Original Message-----
From: Yar Hwee Boon [mailto:hboon at motionobj.com] 
Sent: 04 Augustus 2005 05:58 nm
To: The Squeak Enterprise Aubergines Server - general discussion.
Subject: Re: [Seaside] help file


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

_______________________________________________
Seaside mailing list
Seaside at lists.squeakfoundation.org
http://lists.squeakfoundation.org/listinfo/seaside



More information about the Seaside mailing list