Grails : run-app on different port
COMMAND $ grails -Dserver.port=9090 run-app
COMMAND $ grails -Dserver.port=9090 run-app
While I was developing an grails application with Eclipse, I found that I cannot save the object to the memory, So I tried a couple things and I found this web site http://groups.google.com/group/thai-grails-user/web/grails?? It did solved my problem. Because Eclipse will generate .class files to distrub grails function, so we have to tell Eclipse that [...]
So, I guess this is the beginning of every language, The hello world. No books can be finished without having “HelloWorld”. So, after the installation of Grails, according to this topic http://www.noppanit.com/?p=111 we’re going to build Hello world project. 1. Setup grails path. 2. run the script, grails create-app hello. 3. You will see the [...]