Change context path
To change context path of the Codebeamer do the following:
1. Stop the Codebeamer instance.
2. Create a new directory into CB/tomcat/webapps/ with the name of new context path.
3. Copy all files from the original context path directory (default is /cb).
4. Start the application.
5. Now you can access Codebeamer with the new url http://localhost:8080/newdirectory.
Was this helpful?