Is there any way to have Springsource ToolSuite use the grails.serverURL when you use the grails run-app run configuration? I've changed
and when I call run-app from the tool, I get:Code:grails.serverURL = "http://localhost:8090/${appName}/"
It would make sense that, if you override the port number in Config.groovy, it would get picked up in run-app.Code:Server running. Browse to http://localhost:8080/${appName}
Brian


Reply With Quote