[Seaside] Re: serving files from seaside

Jay Hardesty jayh at panix.com
Tue Mar 21 05:44:55 UTC 2006


THANK YOU - yes - now even I understand, and it works.
Thanks for pinpointing the (current) operative gap in my
understanding - this eradicates a real frustration.

Thank you, David, and Rick.
-Jay


On Mar 21, 2006, at 12:14 AM, David Shaffer wrote:

> Jay Hardesty wrote:
>
>>
>>
>> [snip]
>> after executing "WAKom startOn: 9090". The rest of the Seaside pages 
>> and
>> requests seem to work fine, but NOT serving the file.
>
> This is your problem.  The code you used before started the Kom server
> on port 8080.  There is no need for "WAKom startOn: 9090" since you
> already have a server running serving Seaside content.  Simply access
> that server on port 8080.  You can test if files are being properly
> served by browsing:
>
> http://localhost:8080/
>
> which should show a directory listing of the root of your web server
> (unless you have an index.html in place).
>
> David
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the Seaside mailing list