You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I already have Confluence/ Jira and use to have Bamboo. Trying to re-evaluate latest version, 7.0.3 and having issues with setting reverse proxy.
I have Confluence and Jira working great like (https://domain.com/confluence and https://domain.com/jira). Have similar configuration for Bamboo in apache httpd.conf.
We bamboo, struggling for while.
Any working sample of server.xml in any GIT repo. Tried making changes similar to Confluence/ Jira, no luck.
Components: apache httpd, SSL i.e. using https, LetsEncrypt. (Confluence and jira working do apache looks good).
ProxyPass /jira http://localhost:8080/jira
ProxyPassReverse /jira http://localhost:8080/jira
ProxyPass /confluence http://localhost:8090/confluence
ProxyPassReverse /confluence http://localhost:8090/confluence
ProxyPass /bamboo http://localhost:8085/bamboo
ProxyPassReverse /bamboo http://localhost:8085/bamboo
thanks.
HI,
Issue with conf/server.xml, which is packaged with tar file: Line 63 should have "/>"
46 <Service name="Catalina">
47
48 <Connector
49 port="8085"
50 protocol="HTTP/1.1"
51
52 maxThreads="150" minSpareThreads="25"
53 connectionTimeout="20000"
54 disableUploadTimeout="true"
55 acceptCount="100"
56
57 enableLookups="false"
58 maxHttpHeaderSize="8192"
59
60 useBodyEncodingForURI="true"
61 URIEncoding="UTF-8"
62
63 redirectPort="8443">
I thought the same, but received an error when I closed that directive bracket and the server refused to start at all.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.