Is there a way to configure the built-in tomcat (from run-app) to respond to myapp.localhost: 8080 instead of localhost: 8080 / myapp?
modify the local hosts file so that myapp.localhost points to localhost
127.0.0.1 myapp.localhost
change conf/Config.groovyand addgrails.app.context = "/"
conf/Config.groovy
grails.app.context = "/"
Source: https://habr.com/ru/post/1763590/More articles:Запрос запросов к MySQL и подсчет голосов - joinhow to use google-table api in android emulator - androidHow to run R script line by line from linux command line? - shellРазработка приложения iOS 3.1 с SDK и устройством iOS 4.0? - iphoneMatrix Operations Operations - pythonThe problem is in a single instance of an action in Android - androidAndroid Bluetooth scan on Froyo HTC Desire - android__Call magic creates new classes in PHP - constructorReflection: how to call methods that accept a class object as input - reflectionWhose responsibility should be the registration of types with an IoC container? - .netAll Articles