gandharvas opened a new pull request, #968: URL: https://github.com/apache/grails-doc/pull/968
The Getting Started sections Optional: Set a Context Path explains how a configuration property be set in the application.yaml file but the corresponding link explaining how that configuration is accessible is missing or misplaced. Link : https://docs.grails.org/7.0.0-M3/guide/single.html#introduction ``` 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 http://localhost:8080/myapp/ ``` This must have to be: `With this configuration, the application will be available at: http://localhost:8080/myapp` Issue: https://github.com/apache/grails-doc/issues/967 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
