Installation bitbucket, jira

1

As they are ... I have bitbucket installed and it swipes on my server, everything correctly but I can not keep the session of the two at the same time, because if I log in to Jira the Bitbucket session is closed in the same way it happens with with the Jira. Someone if you could help me find a solution please.

    
asked by Jiskar 28.10.2016 в 14:33
source

1 answer

1

surely your problem is due to the "context-path" of both applications, it is a known bug of Atlassian products and is related to Cookies (more info here ). Surely you have installed JIRA in such a way that you access in a url similar to this one: localhost: 8080

And bitbucket equal ( localhost: 7990 ). You need to install the applications in different "paths" of the machine. For example:

localhost: 8080 / jira

localhost: 7990 / bitbucket

You must edit the tomcat "server.xml" file. In the link that I passed to you above it is explained.

I hope it works!

    
answered by 14.11.2016 / 17:27
source