Skip to content

Commit

Permalink
Merge pull request #5937 from arieki/FISH-1336-P6tck
Browse files Browse the repository at this point in the history
FISH-1336 Properly Shutdown Payara Micro on Ctrl+C (P6)
  • Loading branch information
arieki authored Sep 21, 2022
2 parents 997de8f + f8b10b5 commit adb03c5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1708,6 +1708,7 @@ private void addShutdownHook() {
public void run() {
try {
if (gf != null) {
gf.stop();
gf.dispose();
}
} catch (GlassFishException ex) {
Expand Down

0 comments on commit adb03c5

Please sign in to comment.