I am new to Grails world and was reading the docum...
# questions
u
I am new to Grails world and was reading the documents
Getting Started
>
Optional: Set a Context Path
and what does
the application will be available at:
and nothing after that means? https://docs.grails.org/7.0.0-M3/guide/single.html#introduction
Copy code
If you want to set a context path for your application, create a configuration property in the "grails-app/conf/application.yml" file:

server:
    servlet:
        context-path: /myapp
With this configuration, the application will be available at:

Alternatively, you can also set the context path via the command line:

grails> run-app -Dgrails.server.servlet.context-path=/helloworld
j
You are correct that something is off in that section. Please submit an issue on https://github.com/apache/grails-doc/issues and if you are up for it a PR would be welcome to fix it. https://github.com/apache/grails-doc/blob/7.0.x/src/en/guide/gettingStarted/aHelloWorldExample.adoc?plain=1#L135
u
@James Fredley Thank you very much for confirming. I have raised an issued and a PR for the same. https://github.com/apache/grails-doc/pull/968