<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4807.2300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Glenn Swanlund wrote:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&gt; I just downloaded KomHttpServer-6.1 into a 
fresh image. I followed <BR>&gt; the instructions to startup 3b5, but no luck. 
Can anyone let me know <BR>&gt; how to get to 'config'?<BR>&gt;&nbsp; <BR>&gt; 
Regards,<BR>&gt; Glenn</FONT></DIV>
<DIV>&nbsp;</DIV><FONT face=Arial size=2>
<DIV><BR>First, what version of Squeak did you load it into?&nbsp; 
KomHttpServer-6.1 <BR>(and 5.1.1) only works on 3.5 at the moment.</DIV>
<DIV>&nbsp;</DIV>
<DIV>- Stephen<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>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:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;| ma seaside |<BR>&nbsp;seaside := WAKom new.<BR>&nbsp;ma := 
ModuleAssembly core.<BR>&nbsp;ma serverRoot: FileDirectory default 
fullName.<BR>&nbsp;ma alias: '/seaside' to: [ma addPlug: [:request | seaside 
process: request]].<BR>&nbsp;ma documentRoot: FileDirectory default 
fullName.<BR>&nbsp;ma directoryIndex: 'index.html index.htm'.<BR>&nbsp;ma 
serveFiles.<BR>&nbsp;(HttpService startOn: 8080 named: 'httpd') plug: ma 
rootModule<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>WAKom sees the request but doesn't process it - the browser issues 'The 
page cannot be displayed'.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I tried <A href="http://localhost:8080">http://localhost:8080</A> and 
Comanche serves up a page. I tried <A 
href="http://localhost:8080/seaside">http://localhost:8080/seaside</A> and the 
message above appears. I then tried different combinations with 'config' - no 
luck.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Any help would be appreciated.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Regards,</DIV>
<DIV>Glenn</DIV></FONT></BODY></HTML>