Seaside 3 in Squeak 3.10

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Seaside 3 in Squeak 3.10

Chris Cunnington
Hi Lukas,

If you might, I would like your help. 

Taking a default load script from builder.seaside.st, I've loaded that into a Squeak 3.10 image. I've executed WAKom startOn: 8080 in a Workspace.

localhost:8080 produces an UnderfinedObject>>baseUrl 

localhost:8080/seaside produces a /seaside not found 

as does

localhost:8080/seaside/config

What can be entered into a Workspace so that seaside might be found? 

Any help you might give would be greatly appreciated and would I'm sure produce amity between Pharo and Squeak. Unus pro omnibus, omnes pro uno. 

Chris 

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [Seaside] Seaside 3 in Squeak 3.10

Lukas Renggli
> localhost:8080 produces an UnderfinedObject>>baseUrl

Can you provide a complete stack-trace of the error? The error message
alone does not tell where the problem is coming from.

> localhost:8080/seaside produces a /seaside not found
> as does
> localhost:8080/seaside/config

Note that we removed the "/seaside" prefix. The config application is
now at "http://localhost:8080/config", see http://book.seaside.st for
details.

Lukas

--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: [Seaside] Seaside 3 in Squeak 3.10

Lukas Renggli
Also check the thread "How to load and use Seaside 3" in squeak-dev.

Lukas

2010/1/20 Lukas Renggli <[hidden email]>:

>> localhost:8080 produces an UnderfinedObject>>baseUrl
>
> Can you provide a complete stack-trace of the error? The error message
> alone does not tell where the problem is coming from.
>
>> localhost:8080/seaside produces a /seaside not found
>> as does
>> localhost:8080/seaside/config
>
> Note that we removed the "/seaside" prefix. The config application is
> now at "http://localhost:8080/config", see http://book.seaside.st for
> details.
>
> Lukas
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
>



--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside