I am using dcevm + run-jetty-run + livereload , try creating a web application without restarting the berth when changing java sources.
Everything works perfectly. When I changed the java class, the current function tracked the change and activated the browser, updating the open pages to see the changed result.
But I found that it was still not so convenient: when the browser rebooted, dcevm and jetty might not have reloaded the modified classes yet. I need to manually refresh the page again, but I'm not sure if it shows the changed result this time without checking the content.
So I'm wondering if there is a way to let jetty block the request when I modified some classes and dcevm reloads. He will ensure that the pages displayed always change.
source share