174175176177178179180181182183184
context = new InitialContext(); } catch (RuntimeException rte) { throw rte; } catch (Exception ex) { throw new ServerStartException(ex); } } @Override public void stop() {
156157158159160161162163164165166
164165166167168169170171172173174
179180181182183184185186187188189
183184185186187188189190191192193
172173174175176177178179180181182
101102103104105106107108109110111
serviceContainer = future.get(); } catch (RuntimeException rte) { throw rte; } catch (Exception ex) { throw new ServerStartException(ex); } } @Override public void stop() {