Changing the URL for Accessing App

View: New views
1 Messages — Rating Filter:   Alert me  

Changing the URL for Accessing App

by mumbly :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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.

Thanks.

--Tim