// Deallocate the allocated servlet instance
try {
// if (debug >= 2)
// log(" deallocate servlet instance");
wrapper.deallocate(instance);
} catch (ServletException e) {
log(sm.getString("invokerServlet.deallocate", inRequestURI), e);
throw e;
} catch (Throwable e) {
log(sm.getString("invokerServlet.deallocate", inRequestURI), e);