()
| 202 | } |
| 203 | |
| 204 | public void stop() { |
| 205 | try { |
| 206 | server.stop(); |
| 207 | } catch (Exception e) { |
| 208 | log.error("Error while stopping server", e); |
| 209 | } |
| 210 | server.destroy(); |
| 211 | } |
| 212 | |
| 213 | public ServletContextHandler getServletContextHandler() { |
| 214 | return context; |