-
Suggestion
-
Resolution: Fixed
-
None
-
None
The Crowd start-up scripts should have an option to run in the foreground.
Workaround
Modify the script under <crowd-install-directory>/apache-tomcat/bin/startup.sh, changing the last line from:
exec "$PRGDIR"/"$EXECUTABLE" start "$@"
To
exec "$PRGDIR"/"$EXECUTABLE" run "$@"
Once you've done this change, you can now use the ./start-crowd.sh script to start Crowd in foreground.
That's great! Any idea when 3.0 will be released? I still see 2.12.0 on the downloads page - https://www.atlassian.com/software/crowd/downloads/binary/atlassian-crowd-2.12.0.tar.gz