On Sep 29, 2008, at 18:57 , dondragon2 wrote:

What I mean is that I don't want the text output after I start the framework.
I want to start the service and be able to have it running in the
background.

The one question that is asked at startup now is the profile. You can create a configuration that already contains the name of the profile, so Felix won't ask anymore. I'm not sure, we might still output a few lines to the console. Redirect those to /dev/null or whatever your platform uses for that. If you need even more control over the startup, you can easily create your own launcher, instead of the one we supply by default (for example, a launcher that needs no configuration files at all).

but if this is possible how then can I interact with it when I want to?

You could choose to use the remote shell option that allows you to telnet to your Felix framework. Or you could use the nice looking web based UI. Or the JMX bundles so you can use any JMX client. So you have a few options here, or you can write something yourself.

Greetings, Marcel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to