[Seaside] Scamper vs. non-Squeak browser

Julian Fitzell julian at beta4.com
Mon May 12 14:54:19 CEST 2003


Jim Menard wrote:

> When I try to use Seaside from within Scamper, it displays the error 
> message
> 
>     error occured retrieving http://localhost:9090/seaside/rate: Could 
> not resolve the server named:
> 
> and the Transcript shows
> 
>     jimm.imageredirecting to 
> /seaside/rate/main/k=1;00fe7b62-84ba-11d7-973a-000393575eca
> 
> "rate" is my WAComponent subclass. The same thing happens with any 
> pre-installed Seaside app such as counter.
> 
> I entered the URL "http://localhost:9090/seaside/rate". This same URL 
> works from other browsers on my machine (I'm on a Mac OS X box; I 
> normally use Safari).
> 
> Other URLs on my machine using the "localhost" machine name work. For 
> example, I have Apache running and it serves up pages to Scamper without 
> a problem.
> 
> Any ideas? Thanks for your help.

Hmm... maybe Scamper doesn't like relative paths in forwards (looks like 
that what it's getting).  What if you now try going to:

http://localhost:9090/seaside/rate/main/k=1;00fe7b62-84ba-11d7-973a-000393575eca

(ie, is it the url or the redirect that is giving you problems?)

I've never used Scamper but I think others have used it with Seaside, 
surely.  At least you have the benefit of being able to trace through 
the code. :)

Julian



More information about the Seaside mailing list