[Seaside] Re: serving files from seaside

David Shaffer cdshaffer at acm.org
Tue Mar 21 05:14:34 UTC 2006


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



More information about the Seaside mailing list