[squeak-dev] [4.1] question about loading and using Pier2

Hannes Hirzel hannes.hirzel at gmail.com
Fri Apr 16 09:26:09 UTC 2010


Hello

First of all the installation of the Pier2 code (including Seaside)
works smoothly. This is really an achievment. Thanks to all who have
contributed to this result.

For finally getting it ready to run I need some additional help however.


Following
http://methodsandmessages.vox.com/library/post/pier2-on-seaside3-on-squeak-trunk.html

I evaluated

     (Installer ss project: 'MetacelloRepository') install:
'ConfigurationOfPier2'.

Then I did

     ConfigurationOfPier2 load.
     WAKom startOn: 9999.



In a browser I tried the following

     http://localhost:9999/pier
     http://localhost:9999/pier2
     http://localhost:9999/seaside/pier
     http://localhost:9999/seaside/pier2

None of them worked.

Seaside as such is up and running

     http://localhost:9999/

gives the seaside dispatcher.

If I click on the link
     'browse'   Application

nothing happens

Which steps  am I missing?

Any links to instructions / notes or direct help is appreciated.

Hannes

P.S. I use the image from http://ftp.squeak.org/4.1/unix-linux/ on Ubuntu 9.10



More information about the Squeak-dev mailing list