Update Jetty packages (major) #103
1 changed files with 2 additions and 2 deletions
|
@ -563,8 +563,8 @@ public class ApplicationManager implements XmlRpcHandler {
|
||||||
// unbind from Jetty HTTP server
|
// unbind from Jetty HTTP server
|
||||||
if (ApplicationManager.this.jetty != null) {
|
if (ApplicationManager.this.jetty != null) {
|
||||||
if (this.appContext != null) {
|
if (this.appContext != null) {
|
||||||
// FIXME: Causing incompatible types: ServletContextHandler cannot be converted to Handler
|
// Adding appContext to the ContextHandlerCollection works (see above) but removing it causes an exception of
|
||||||
// Is it necessary, anyway?
|
// incompatible types: ServletContextHandler cannot be converted to Handler
|
||||||
//ApplicationManager.this.context.removeHandler(this.appContext);
|
//ApplicationManager.this.context.removeHandler(this.appContext);
|
||||||
this.appContext.stop();
|
this.appContext.stop();
|
||||||
this.appContext.destroy();
|
this.appContext.destroy();
|
||||||
|
|
Loading…
Add table
Reference in a new issue