Thursday, January 2, 2014

To change port in grails

You may need to run more than one apps at the same time in grails. You cannot run two apps in same port so you need to change port for running next app. here is the command for changing port in grails.

                                                           -Dserver.port=8081 run-app

this will run your app in 8081 port if you default 8080 port s busy. 

0 comments:

Post a Comment