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
Is your feature request related to a problem? Please describe.
Sometimes we forget if Tomcat or HSQL are running. Other times Tomcat does not stop after running ./gradlew tomcatStop.
Describe the solution you'd like
Given the start and stop tasks for Tomcat and HSQL, I would like a two new tasks that report if those services are currently running.
Describe alternatives you've considered
Currently, I run pgrep -f tomcat and pgrep -f hsql to check if they are running. This does not work on Windows, however.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Sometimes we forget if Tomcat or HSQL are running. Other times Tomcat does not stop after running
./gradlew tomcatStop
.Describe the solution you'd like
Given the start and stop tasks for Tomcat and HSQL, I would like a two new tasks that report if those services are currently running.
Describe alternatives you've considered
Currently, I run
pgrep -f tomcat
andpgrep -f hsql
to check if they are running. This does not work on Windows, however.The text was updated successfully, but these errors were encountered: