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 All,
I could not able to Remove the /crowd context from the Application URL.
I thoroughly followed this CrowdKB. And failed bringing up the server.
404 error.
My crowd version is 3.6.0.
Any ideas?
Thanks in advance.
Hi @Teja ,
Changing server.xml and once started it won't start means that you improperly modified the file.
You should look into the logs and check what is the error, it could be that you forgot to close the tag or you've remove a text that you are not meant to remove.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@brbojorque and @Marcin Kempa Thank you very much for your response.
It really make me to check again the configurations and it worked.
I was just copying this below parameter below the <Host> tag in the server.xml
<Context path="" docBase="../../crowd-webapp" debug="0">
<Manager pathname="" />
</Context>
</Host>
and did not realise <Host> tag has contain '/>' closing tag.
Regards
Tejas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for the update @Teja !
Please make sure that step 5 I've mentioned is executed. If it is not, then you might be running two Crowd's applications at the same time on same Tomcat server. This might be causing some problems especially if you would like to go with Data Center.
Regards,
Marcin
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.