Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 63CBE200B37 for ; Wed, 1 Jun 2016 12:41:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 62A20160A41; Wed, 1 Jun 2016 10:41:01 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A0B0F160A4B for ; Wed, 1 Jun 2016 12:41:00 +0200 (CEST) Received: (qmail 89077 invoked by uid 500); 1 Jun 2016 10:40:59 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 88677 invoked by uid 99); 1 Jun 2016 10:40:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2016 10:40:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 427B22C1F62 for ; Wed, 1 Jun 2016 10:40:59 +0000 (UTC) Date: Wed, 1 Jun 2016 10:40:59 +0000 (UTC) From: "robertbob (JIRA)" To: commits@ace.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (ACE-592) how to use Apache ACE web UI to remotely manage OSGi bundles on many server devices. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 01 Jun 2016 10:41:01 -0000 [ https://issues.apache.org/jira/browse/ACE-592?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:all-tabpanel ] robertbob closed ACE-592. ------------------------- Resolution: Fixed Fix Version/s: 2.1.0 The problem has been solved, thank you very much for your support and help.= =20 > how to use Apache ACE web UI to remotely manage OSGi bundles on many se= rver devices. > -------------------------------------------------------------------------= ------------- > > Key: ACE-592 > URL: https://issues.apache.org/jira/browse/ACE-592 > Project: ACE > Issue Type: Question > Components: Deployment > Reporter: robertbob > Fix For: 2.1.0 > > Attachments: screenshot-1.png > > > =20 > I'm trying to use Apache ACE web UI to remotely manage OSGi bundles o= n many server devices. > =20 > =20 > I followed the documentations but I can't find out how to actually = add a target to the server. > =20 > My steps are as follows =EF=BC=9A=20 > =20 > 1. Start the ACE server > C:\ace\server-allinone > =20 > java -Dorg.osgi.service.http.port=3D8080 -Dorg.apache.ace.se= rver=3Dlocalhost:8080 -Dorg.apache.ace.obr=3Dlocalhost:8080 -jar server-al= linone.jar > 2. Start an ACE target > C:\ace\target\bin > java -Dagent.identification.agentid=3Dtarget2 -Dagent.discove= ry.serverurls=3Dhttp://localhost:8080 -jar ace-launcher.jar =20 > =20 > 3.Provisioning software > =20 > =EF=BC=881=EF=BC=89Go to the ACE web-based UI, and click Retriev= e in order to be sure that you have the latest version of the repository. > If your target is up and running, it should be displayed in the = "Targets" column with a name of target-1; > =20 > (2) Add the artifacts you want to deploy. This can be done in t= wo ways: either by dragging-and-dropping them=20 > directly onto the "Actifacts" column (a blue border or line sho= uld appear for the artifacts to be accepted).=20 > Alternatively, you can use the + button above the "Artifacts" c= olumn and using the "Upload" button > in the dialog presented for each artifact you want to add; > =20 > (3) Create a new feature by clicking on the + button above the= Features column, give it a name and acknowledge the dialog; > =20 > MY QUESTION: What is the rule of data fill =EF=BC=9F > =20 > =EF=BC=884=EF=BC=89 Create a distribution by clicking on the += button above the "Distributions" column, again give it a name=20 > and acknowledge the dialog; > =20 > MY QUESTION: What is the rule of data fill =EF=BC=9F > =20 > =EF=BC=885=EF=BC=89 Next, you can create associations betwee= n your artifacts, features, distributions and targets:=20 > a. select one or more artifacts and drag them onto the featu= re you created.=20 > This will associate these artifacts to your feature;=20 > b. select your feature and drag it onto your distribution, c= reating an association between your feature=20 > and distribution;=20 > c. select your distribution and drag it onto your target to = associate your distribution to your target. > Verify your associations are correct by clicking your artifacts, features= and distributions.=20 > Doing this should highlight the associations.=20 > =20 > =EF=BC=886=EF=BC=89 To persist the changes, you can use the St= ore button at the top of the screen; > After a couple of seconds, the software is deployed onto the target.=20 > If you used the Felix demonstration application, you should be presented = with a nice Swing UI. > MY QUESTION: It doesn't work! Console does not prompt information = =EF=BC=81 > My other question is:=20 > =EF=BC=881=EF=BC=89 how to view a TARGET has been installed in the BUN= DLE =EF=BC=9F=20 > how to start/stop/uninstall a BUNDLE ? > =20 > (2) how to integration with Apache Felix using Apache ACE Agent?= =20 > =20 > Thank you very much for your reply.=20 -- This message was sent by Atlassian JIRA (v6.3.4#6332)