Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A195C11782 for ; Thu, 31 Jul 2014 01:09:28 +0000 (UTC) Received: (qmail 5738 invoked by uid 500); 31 Jul 2014 01:09:28 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 5677 invoked by uid 500); 31 Jul 2014 01:09:28 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 5665 invoked by uid 99); 31 Jul 2014 01:09:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2014 01:09:27 +0000 X-ASF-Spam-Status: No, hits=1.8 required=5.0 tests=FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcaug-uima-user@m.gmane.org designates 80.91.229.3 as permitted sender) Received: from [80.91.229.3] (HELO plane.gmane.org) (80.91.229.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jul 2014 01:09:24 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XCerX-0001FM-K5 for user@uima.apache.org; Thu, 31 Jul 2014 03:08:58 +0200 Received: from 192.122.131.37 ([192.122.131.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Jul 2014 03:08:55 +0200 Received: from lriwswirl by 192.122.131.37 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 31 Jul 2014 03:08:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: user@uima.apache.org From: Swirl Subject: Deploy entire uima as service in multiple nodes Date: Thu, 31 Jul 2014 01:08:44 +0000 (UTC) Lines: 12 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 192.122.131.37 (Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36) X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am trying to use Uima AS to deploy one of my UIMA Aggregate AE. I wish to deploy it as a Uima AS Primitive, i.e. I do not need the delegates of this AE to be scaled out. Instead I just want to scale out the Uima aggregate AE only. I want to deploy the AE in multiple nodes. So far the documentation I've read all talked about scaling out the delegates of a Uima Aggregate remotely (effectively turning the Uima Aggregate into a Uima AS Aggregate). But I cant find any guide on how to deploy a Uima Aggregate as AS services remotely, on multiple nodes and the way to invoke these services.