Skip to content

Commit

Permalink
fix to stop tomcat gracefully
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuchin committed Apr 19, 2016
1 parent 41bbe2a commit c8957cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tomcat/start.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
CATALINA_OPTS="$CATALINA_OPTS -Dcontext.path=${CONTEXT_PATH}"
echo CATALINA_OPTS: $CATALINA_OPTS
catalina.sh run
exec catalina.sh run

0 comments on commit c8957cd

Please sign in to comment.