I'm testing my application as "grails run-app".
I have read How to remove app name and port from url in grails?.
I have added
grails.app.context="/"
to my Config.groovy file and my application.properties file.
I have also tried removing the "app.name" line from application.properties file. Grails doesn't honor any of those configuration parameters and puts the application name in there anyway.
Is there any reliable way of getting rid of that?