I'm running JIRA 6.4 WAR running under tomcat. how can i modify the URL to remove the /jira ?
FROM here --> http://127.0.0.1:8080/jira/secure/Dashboard.jspa
TO HERE --> http://127.0.0.1:8080/secure/Dashboard.jspa
Was able to resolve it by renaming war filename to ROOT along with some modifications on server.xml file.
Find the <jira install>/conf/server.xml file and edit it, removing the context part of the connector (change "/jira" to "").
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i did this but it's still the same. Perhaps because I'm accessing it by typing http://127.0.0.1:8080/jira
Maybe there are other things i need to configure?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.