I almost get it but when the script finish, and I go to localhost:8080
I get an error:
Error: you are forbidden to access "/"
Can someone explain what I have to do to, thanks
PD: I use this script and Pharo 1.1.1-stable:
"Clean the image"
ScriptLoader new cleanUpForProduction.
"Load the latest stable seaside"
Gofer new
squeaksource: 'MetacelloRepository';
package: 'ConfigurationOfSeaside30';
load.
((Smalltalk at: #ConfigurationOfSeaside30 ) project stableVersion)
load: #( 'Base' 'Seaside-Adaptors-Comanche' 'JQuery-UI' 'Seaside-Examples').
"Start the server"
WAComancheAdaptor startOn: 8085.
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside