|
From: Mork0075 <mor...@go...> - 2009-03-27 18:33:59
|
Hi, i'am trying to setup a continuous integration server with Java Service Wrapper, as the part for starting and stopping my sample application. Ther's no actual need to install the nightly version of the application as a service, its ok to run it in console mode, which is also supported by the Java Service Wrapper. My problem is, that i after doing my automated tests against the application, i cant stop the application by the Service Wrapper. The wrapper.exe -p command only works if the application is installed as a service (which is not the case). A human user would type Ctrl+C in the console window, how can a script to this? Thanks a lot Mork |