-
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.
[CWD-4318] Allow Crowd startup scripts to run in the foreground
Workflow | Original: JAC Suggestion Workflow [ 3388875 ] | New: JAC Suggestion Workflow 3 [ 3630879 ] |
Status | Original: RESOLVED [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: Simplified Crowd Development Workflow v2 [ 1393209 ] | New: JAC Suggestion Workflow [ 3388875 ] |
Issue Type | Original: Improvement [ 4 ] | New: Suggestion [ 10000 ] |
Status | Original: Closed [ 6 ] | New: Resolved [ 5 ] |
Remote Link | New: This issue links to "Page (Extranet)" [ 314033 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Verified [ 10005 ] | New: Closed [ 6 ] |
Fix Version/s | New: 3.0.0 [ 71693 ] |
Workflow | Original: Crowd Development Workflow v2 [ 850964 ] | New: Simplified Crowd Development Workflow v2 [ 1393209 ] |
Description |
Original:
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. |
New:
The Crowd start-up scripts should have an option to run in the foreground.
*Workaround* {panel} 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. {panel} |
Description | Original: The Crowd start-up scripts should have an option to run in the foreground. |
New:
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