318319320321322323324325326327328
System.out.println("************* STOPPING " + w.getServiceName() + " ***********************"); System.out.println(); try { w.stopProcess(); } catch (Exception e) { e.printStackTrace(); }