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.