[Seaside] Scamper vs. non-Squeak browser

Nevin Pratt nevin at smalltalkpro.com
Mon May 12 16:44:07 CEST 2003


This reminds me of a difference I have noticed between the Netscape 
browser (7.0) and the Konquerer browser (3.0.3-13) on RedHat 8.0 Linux.

My machine ip is 192.168.0.8.   In /etc/hosts, I have:
   192.168.0.8    www.test.com

In the Netscape browser, when I type the URL:
   http://www.test.com
it connects to my local machine, as I expected.
This means that whatever means that Netscape uses for resolving domain 
names, it resolves from the /etc/hosts file first.

In contrast, under Konquerer, when I type the same URL, I get connected 
to the *real* www.test.com out on the internet.
This means that whatever means that Konquerer uses for resolving domain 
names, it does *not* resolve from the /etc/hosts file first.

It sounds to me like your problem might be something similar.  I.e., 
scamper has a different set of domain name resolution path priorities 
from the other browsers.

And, it is doubtful (in my opinion) that this has anything at all to do 
with Seaside.

Nevin


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.
>
> Jim
> -- 
> Jim Menard, jimm at io.com, http://www.io.com/~jimm/
> "This looks like a job for Legal Tender!" -- The Tick
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside
>
>




More information about the Seaside mailing list