You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases I've run into, tomcat receives the shutdown command, but never appears to finish shutting down.
In developing my own plugin that runs tomcat (not nearly as general purpose as gretty), I ran into the same issue.
I'm not sure what the problem is - some simple examples worked fine, but loading something more complicated - it seems the shutdown just hangs. I was able to fix it in my code however simply by doing:
In some cases I've run into, tomcat receives the shutdown command, but never appears to finish shutting down.
In developing my own plugin that runs tomcat (not nearly as general purpose as gretty), I ran into the same issue.
After configuring tomcat, run and await:
I'm not sure what the problem is - some simple examples worked fine, but loading something more complicated - it seems the shutdown just hangs. I was able to fix it in my code however simply by doing:
Now my shutdown occurs, and the gradle task actually finishes.
The text was updated successfully, but these errors were encountered: