grails-functional-test-development icon indicating copy to clipboard operation
grails-functional-test-development copied to clipboard

Changing the port is not working

Open nwittstruck opened this issue 12 years ago • 1 comments

Running the app with: grails develop-functional-tests -Pserver.port=8090

does not start the server with the proper port, it's still running using 8080. Do I have to change anything else? I'm using Grails 2.2.0 and functional-test-development 0.9.4

nwittstruck avatar Feb 07 '13 15:02 nwittstruck

I am using the following snippet in grails-app/conf/BuildConfig.groovy

https://gist.github.com/martint17r/5132950

martint17r avatar Mar 11 '13 09:03 martint17r