>> I have executed the loading of ConfigurationOfSeaside28, and now I >> want to see my little seaside app. I have followed the seaside book >> (made a subclass of WAComponent, registered it). Now I tried to go to >> http://localhost:8080/ but I get nothing. Looks like seaside is not >> started... >> >> What can I do? > > You have to start a web server. You can type: > WAKom startOn: 8080.
This is described also here: http://book.seaside.st/book/getting-started/pharo-squeak/comanche Note that the book is about Seaside 3.0, not 2.8 which is in some parts a bit different. Lukas -- Lukas Renggli http://www.lukas-renggli.ch _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
