Skip to content

Server Context Path

Defines the context path for the application.

Configuration

server:
  contextPath: "/openboxes"

Customization

If the application is deployed at the root level, set the context path to "/". This usually also requires changing the name of the WAR file from openboxes.war to ROOT.war before deploying to the Tomcat webapps directory.

server:
  contextPath: "/"
If running behind a proxy or load balancer, ensure the context path aligns with the external URL structure, as well as with the grails.serverURL.