Hello! I would like to use the Apache Procrun project ( http://commons.apache.org/daemon/procrun.html) to run the UIMA AS pipeline as Windows Service. : I.A first solution is to Try is to modify the current UIMA_Service class and to adapt it to the Apache Procrun requirements (adding start and stop methods) and use this altered class as Java Class for the Windows Service. But, looking up to the current implementation, I've noticed that the UIMA_Service is launched by org.apache.uima.bootstrap.UimaBootstrap class. I'm wondering if this launching part is a requirement of the UIMA AS framework. Can I skip this step and launch directly the My_UIMA_Service main class?
Can you please advice me, how I can implement my use case according to the UIMA AS specifications? II. A second solution is trying to use somehow the current starting script deployAsyncService.cmd to launch it as windows service.But the following issues raised: 1. Is this solution feasible? The script starts the UIMA in command line and you have to stop it manually using keyboards. 2. How can I create a stop method for the running process? For the second solution I need the help of the Apache Procrun community. But I need your help to choose the best solution that fit with UIMA framework. I look forward for your answers. Thank you. Regards, Florin
