protected void initApplicationContext() throws BeansException {
    super.initApplicationContext();

    myConverter = new GeoServerServletConverter(getServletContext());
    myConverter.setTarget(createRoot());

    callbacks = GeoServerExtensions.extensions(DispatcherCallback.class, getApplicationContext());
  }