1

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.

Community
  • 1
  • 1
Eleeist
  • 6,891
  • 10
  • 50
  • 77

1 Answers1

2

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

jesse mcconnell
  • 7,102
  • 1
  • 22
  • 33