Some Links Lose the Base URL

Still need help?

The Atlassian Community is here for you.

Ask the community

Symptoms

When adding a user, instead of going to http://localhost:8080/secure/admin/user/AddUser!default.jspa, users are redirected to http:///secure/admin/user/AddUser!default.jspa . The base URL is removed.

Cause

The context path in server.xml has been set to be simply "/".

Resolution

Change to context path to be either "/jira" (or any other path you prefer} or simply remove it all together:


<Context path="" docBase="$ /atlassianjira" reloadable="false">

Last modified on Feb 26, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.