How can I disable .war auto-reloading in Jetty server?
This question addresses the problem, but its for Jetty Maven, while I am using standalone version.
Look for the scanInterval in the WebAppProvider configuration and set it to 0 to disable hot deployment.
http://www.eclipse.org/jetty/documentation/current/hot-deployment.html