-
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.
Form Name |
---|