Hi Sanjay, On 01 Aug 2013, at 17:58, sminni <sm@planage.com> wrote:
Hi Sven
I get an error with the command ./pharo Pharo.image eval --no-quit 'ZnServer startDefaultOn: 8080' Syntax Error on line 1: 'Nothing more expected' 1: --No-quit ZnServer startDefaultOn: 8080
what could this be pls
I think you are using an image where the --no-quit option for the eval command line handler is not (yet) implemented. You should try without the --no-quit option. But the image will probably quit after starting the server. You can keep the main thread running with a little trick, like this: ./pharo Pharo.image eval 'ZnServer startDefaultOn: 8080. [ 1 hour asDelay wait ] repeat' HTH, Sven
thanks & regards Sanjay
----- --- Regards, Sanjay -- View this message in context: http://forum.world.st/DOC-Building-and-deploying-your-first-web-app-with-Pha... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.