Re: Deploy Async Service without XML

2018-05-15 Thread Olga Patterson
uot; Date: Tuesday, May 15, 2018 at 2:58 AM To: "user@uima.apache.org" Subject: Re: Deploy Async Service without XML You can generate UIMA-AS deployment descriptor programmatically. You still need AE descriptor though. Please check UIMA-AS documentation: https://uima.

RE: [External Sender] Re: Deploy Async Service without XML

2018-05-15 Thread Osborne, John D
Thanks Jerry, not sure how I missed that. -John From: uim...@gmail.com [uim...@gmail.com] on behalf of Jaroslaw Cwiklik [cwik...@apache.org] Sent: Tuesday, May 15, 2018 3:58 AM To: user@uima.apache.org Subject: [External Sender] Re: Deploy Async Service

Re: Deploy Async Service without XML

2018-05-15 Thread Jaroslaw Cwiklik
You can generate UIMA-AS deployment descriptor programmatically. You still need AE descriptor though. Please check UIMA-AS documentation: https://uima.apache.org/d/uima-as-2.10.3/uima_async_scaleout.html#ugr.ref.async.api.usage section 4.10 Generating Deployment Descriptor Programmatically Jerry

Deploy Async Service without XML

2018-05-14 Thread Osborne, John D
Is it possible to deploy an UIMA-AS service without an XML descriptor similar to how UIMA-FIT works? I currently deploy services using deployAsyncService.sh I have multiple long running services that need to work in different (production, testing, dev) environments and would prefer to avoid havi