@Override
  public void destroy() throws RemoteException {
    try {
      if (log.isDebugEnabled()) {
        log.debug("JspServlet.destroy()");
      }

      rctxt.destroy();
    } catch (Exception excp) {
      excp.printStackTrace();
    }
  }