I am learning Apache Felix for use as an OSGi platform. I want to be able to use Felix Remote Shell to access my running instance via telnet. The remote shell accesses the process through Gogo, as described in http://felix.apache.org/site/apache-felix-remote-shell.html . When I run Felix with Gogo shell packages in the auto-deploy bundles directory, it opens a Felix g! prompt g! on the Linux console I'm starting with. I would like Felix to start with the active Gogo shell, but not connect to my current Linux console and display the g! prompt g! and still letting me access the instance using Remote Shell via telnet. Is it possible? If so, what is the correct way to do this? Will nohup work in the background? It does not seem very clean to me. Thanks for any suggestions!
John simmons
source share