Stop the standalone server. @throws Exception Fatal stop error
()
| 363 | * @throws Exception Fatal stop error |
| 364 | */ |
| 365 | public void stopServer() throws Exception { |
| 366 | |
| 367 | Method method = catalinaDaemon.getClass().getMethod("stopServer", (Class<?>[]) null); |
| 368 | method.invoke(catalinaDaemon, (Object[]) null); |
| 369 | } |
| 370 | |
| 371 | |
| 372 | /** |