Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Howto disable Crowd welcome page

Philipp Kayser April 24, 2019

Is there any way to disable the crowd welcome page?

 

Atlassian_Crowd_-_Identity_management_for_web_apps.png

1 answer

1 accepted

0 votes
Answer accepted
Bruno Vincent
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 24, 2019
Philipp Kayser April 25, 2019

Thanks. 

 

Sadly, in our installation with docker, the paths are completely different...

Bruno Vincent
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 25, 2019

Can you edit apache-tomcat/webapps/ROOT/index.html ?

If you can, replace its content with a simple JavaScript redirection:

<html>

  <head>

    <script type="text/javascript">

      window.location = window.location + "./crowd/";

    </script>

  </head>

  <body>

  </body>

</html>

That will do the trick.

Philipp Kayser April 25, 2019

OK Thanks!

 

In the docker image i've found the index.html here:

/opt/crowd/splash-webapp/index.html

 

Now, its working :)

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events