Skip to content

Commit

Permalink
launch tomcat in a killable thread
Browse files Browse the repository at this point in the history
  • Loading branch information
TungstenRPA committed Oct 19, 2021
1 parent 4421699 commit 4c6a6d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/managementconsole/managementconsole.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@ fi
echo Spawning MC config to create users and groups
managementconsole_configure.sh &

catalina.sh $@
exec catalina.sh $@


# the next command makes the container easier to kill because it will respond to SIGTERM https://aws.amazon.com/blogs/containers/graceful-shutdowns-with-ecs/
exec "$@"

0 comments on commit 4c6a6d9

Please sign in to comment.