248249250251252253254255256257258
catch (LifecycleException ex) { // swallow and continue } } catch (Exception ex) { throw new EmbeddedServletContainerException("Unable to stop embedded Tomcat", ex); } finally { containerCounter.decrementAndGet(); }