I am building Java web applications, and I hate the traditional \"code-compile-deploy-test\" cycle. I want to type in one tiny change, then see the result INSTANTLY, without
Although this is a Old problem but i found this post very helpful, in short just change your config to
org.mortbay.jetty jetty-maven-plugin 8080
This disables the NIO support in Jetty ( but it should not be problem for debug puropse for simple cases ).