So with my current Cargo configuration, the URL I use to access the app is http://<host>:<port>/<artifactId>. I'd like to be able to access the app with just http://<host>:<port>/. I am using Tomcat for this, so basically I want to set the context path to "/". How would I go about doing this? I am guessing that I could change the artifactId to "ROOT", but I'd rather not do this.