Hi all,
I am trying to build a server using Apache Felix. The server accepts some socket connection and process the request accordingly and provides the response. Usually, to start the server, I start the Apache Felix and load some bundle and services that is my server's implementation. I am looking to change this to something like what we see while starting a Glassfish. User just starts the server using a bat file and there is on OSGi console or shell. Do we have any documentation to have these kinds of interfaces? How do I achieve it using Felix or Equinox? Please provide some documentation URL (if any) or any idea to go about doing so will be great. Thanks and Regards, Abdel Olakara http://technopaper.blogspot.com

