I'm trying to use Apache ACE web UI to remotely manage OSGi bundles on Raspberry PI devices. I followed the documentations here but I can't find out how to actually add a target (RPi) to the server (which is my PC).
To be clearer, I downloaded the apache-ace.bin package in my PC and copied a version in the RPi. Then ran the ACE server (java -jar server-allinone.jar
) in the PC and the ACE target (java -jar target.jar
) in the RPi. Then here, http://127.0.0.1:8080/ace/
I created one sample artifact and target, suppose named target-1. Now my question is how can I bind this target with that target which is running in my RPi? I'm not sure if me or this documentation is missing some points here.
I tried ProSyst mPRM cloud earlier which was very easy to use but I want to try an open source one.