Update Jetty packages (major) #103

Open
renovate[bot] wants to merge 46 commits from renovate/major-jetty-packages into main
Showing only changes of commit d67d0235bd - Show all commits

View file

@ -543,7 +543,9 @@ public class ApplicationManager implements XmlRpcHandler {
// Remap the context paths and start // Remap the context paths and start
ApplicationManager.this.context.mapContexts(); ApplicationManager.this.context.mapContexts();
this.appContext.start(); // FIXME: Causing java.lang.IllegalStateException: Shared scheduler not started
// Is it necessary, anway?
//this.appContext.start();
} }
// register as XML-RPC handler // register as XML-RPC handler