gogo-shell

Deploy exploded bundle to Apache Felix using an Eclipse launch task

♀尐吖头ヾ 提交于 2019-12-08 06:49:48
问题 I am looking for a way to (re)deploy an exploded bundle (meaning not jarred but in a folder) to a running Apache Felix OSGi container from within Eclipse, preferably using a launch task. I found this question, which has an answer that comes close but it depends on typing commands into a Gogo shell, which is not convenient for long-term development use. I'd like to use Eclipse's launch task mechanism for this, but if there are alternatives that are equally fast and convenient I am open to that

Deploy exploded bundle to Apache Felix using an Eclipse launch task

时光怂恿深爱的人放手 提交于 2019-12-06 14:55:18
I am looking for a way to (re)deploy an exploded bundle (meaning not jarred but in a folder) to a running Apache Felix OSGi container from within Eclipse, preferably using a launch task. I found this question, which has an answer that comes close but it depends on typing commands into a Gogo shell, which is not convenient for long-term development use. I'd like to use Eclipse's launch task mechanism for this, but if there are alternatives that are equally fast and convenient I am open to that as well. Now I think that if I can fire Gogo shell commands from an Eclipse launch tasks, that would

Apache Felix shell with SSH

时光怂恿深爱的人放手 提交于 2019-11-28 03:39:59
问题 I'm interested how I can use Apache Felix with SSH? I want to access Felix shell from remote computer using SSH. I know that there is a telnet support but it's too unsafe. Is there any solution? 回答1: Yes, there is one, as described here (the guide is relative to eclipse's equinox but it doesn't matter) using a combination of gogo shell, apache mina sshd server and three equinox console bundles (core+ssh plugin+jaas plugin for ssh authentication) you will be able to connect to mina's ssh