Skip to content

Commit c8957cd

Browse files
committed
fix to stop tomcat gracefully
1 parent 41bbe2a commit c8957cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tomcat/start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22
CATALINA_OPTS="$CATALINA_OPTS -Dcontext.path=${CONTEXT_PATH}"
33
echo CATALINA_OPTS: $CATALINA_OPTS
4-
catalina.sh run
4+
exec catalina.sh run

0 commit comments

Comments
 (0)