[Seaside] Under Pharo 3 how to see the Seaside Control Panel ?

Sven Van Caekenberghe sven at stfx.eu
Thu Feb 6 17:28:59 UTC 2014


On 06 Feb 2014, at 18:14, Rene Mages (ramix) <pharo at rmages.com> wrote:

> 2014-02-06 Sven Van Caekenberghe <sven at stfx.eu>:
>> Rene,
>> 
>> On 06 Feb 2014, at 17:08, Rene Mages (ramix) <pharo at rmages.com> wrote:
>> 
>>> Hello seasiders,
>>> 
>>> Under Ubuntu 13.04 my apache2 is perfectly responding (port 8080) but
>>> nothing visible has happened when I have evaluated in a  workspace :
>>>      ZnZincServerAdaptor startOn: 8080
>> 
>> If apache is running (serving content) on port 8080, nobody else can use the same port.
>> 
>> What happens when you do
>> 
>>  curl http://localhost:8080
>> 
>> on your machine ?
> 
> rmages at hp2013:~$ curl http://localhost:8080
> <html><body><h1>It works!</h1>
> <p>This is the default web page for this server.</p>
> <p>The web server software is running but no content has been added, yet.</p>
> </body></html>

That means apache is answering.
Try starting Seaside on another port, like 9090.

  ZnZincServerAdaptor startOn: 9090.

And then try

  $ curl http://localhost:9090

> Thanks a lot Sven for your help.
> -- 
> All the best.
> Rene Mages ( GnuPG_key 1024D/2CC455D9 )
> http://renemages.wordpress.com/smalltalk/pharo
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list