Grails
Archived Posts from this Category
Archived Posts from this Category
I am speaking about development mode. When you start your application with “grails run-app” by default it will be located at http://localhost:8080/[your application name]. But what if we’d like to start our aplication for example in a server root? Or in any other custom path?
Lets try to do this! The steps are following:
Now you can start your application with “grails run-app”! Notice that if you want use https then you should also make similar changes in $GRAILS_HOME/scripts/RunAppHttps.groovy file. I’ve mentioned line numbers but it is for 1.0.2 version only.
0 comments Wednesday 26 Mar 2008 | Andrew Dashin | Coding, Grails
You can read in russian my report on Exception #07 conference. In brief - this was a great experience for me. And in the nearest future I’ll share all materials.
7 comments Monday 17 Mar 2008 | Andrew Dashin | Life, Coding, Grails