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.
Hello!
Can not start Confluence on a subdomain:
confluence.myorganization.com
What was done:
in the file C:\Program Files\Atlassian\Confluence\conf\server.xml edit:
<Context path="" docBase="../confluence" debug="0" reloadable="false" useHttpOnly="true"> to <Context path="/" docBase="../" debug="0" reloadable="false" useHttpOnly="true">
in the file: C:\Program Files\Atlassian\Application Data\Confluence\confluence.cfg.xml edit:
<property name="confluence.webapp.context.path"></property> to
<property name="confluence.webapp.context.path">/</property>
After this do:
https://confluence.atlassian.com/doc/configuring-the-server-base-url-148592.html
After reboot service, Confluence don't work.
What's my mistake?
Please help!