tbroyer / gwt-maven-archetypes

Apache License 2.0
152 stars 39 forks source link

no clear/seamless way or mechanism to shutdown the running jetty and codeserver #55

Closed aino-gautam closed 6 years ago

aino-gautam commented 6 years ago

@tbroyer I couldn't find a seamless mechanism to shutdown

when I use Ctrl^c on windows it simply exits the batch job (thats the msg I get) and leaves the jvm instances behind.

Am I missing something ?

But a great job with the entire archetypes and the sample project they setup. simply love it. thanks a ton.

tbroyer commented 6 years ago

For the gwt-maven-plugin, see https://github.com/tbroyer/gwt-maven-plugin/issues/110 If you experience the same with the jetty-maven-plugin, I'd say report it to the Jetty project? https://github.com/eclipse/jetty.project/issues

I've been a Linux user for years and I don't have any expertise on Windows idiosyncrasies.