Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Continuous stopping/starting of WebAppContext

I’ve noticed that, during development, whenever I save a file, e.g. a _javascript_ file, Jetty restarts the context. In the logs it looks like this:

302582 [Scanner-0] INFO  org.eclipse.jetty.server.handler.ContextHandler  - Stopped o.e.j.w.WebAppContext@7ee398b4{/,file:/C:/Users/Nils/jetty/webapps/ROOT/,UNAVAILABLE}{C:\Users\Nils\jetty\webapps\ROOT}
303041 [Scanner-0] INFO  org.eclipse.jetty.server.handler.ContextHandler  - Started o.e.j.w.WebAppContext@5807bb89{/,file:/C:/Users/Nils/jetty/webapps/ROOT/,AVAILABLE}{C:\Users\Nils\jetty\webapps\ROOT}

Why is this happening and, more importantly, how do I make it stop?

Thanks,
Nils


Back to the top