KomHTTPServer start question (error)

Yar Hwee Boon hboon at motionobj.com
Sun Dec 5 09:18:42 UTC 2004


On Sun, 5 Dec 2004 01:48:34 -0500, Milan Zimmermann  
<milan.zimmermann at sympatico.ca> wrote:

> Hi,
>
> In 3.7 "full" I installed KomHTTPServer 7.0.2 and KomServices 1.1.1
>
> Trying to start the service .. by evaluating code from KomHTTPServer  
> package
> description (in workspace)
>
> 	| ma |
> 	ma := ModuleAssembly core.
> 	ma serverRoot: FileDirectory default fullName.
> 	ma documentRoot: FileDirectory default fullName.
> 	ma directoryIndex: 'index.html index.htm'.
> 	ma serveFiles.
> 	(HttpService startOn: 8080 named: 'httpd') plug: ma rootModule
>
> I get an MNU: UndefinedObject: #root

Maybe this can help  
http://lists.squeakfoundation.org/pipermail/seaside/2004-December/004030.html.

-- 
Regards
HweeBoon
MotionObj



More information about the Squeak-dev mailing list