Sahoo wrote:
I guess you are concerned about Felix prompting you about the profile
name. If you set felix.cache.profile or felix.cache.profiledir
property in config.property file, then Felix won't prompt you anything
and the command you mentioned would be sufficient.
Thanks,
Sahoo
honnix wrote:
Hi,
I'm a newbie with Felix. I just want to find out how to run Felix in
background with my default profile.
Something like this: *java -jar bin/felix.jar &
*Is there a way?
Thank you guys all.
brs,
Honnix
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Thank you very much. I did as you said, but when I try to launch Felix
using java -jar bin/felix.jar &, it will be suspended in the background,
since it tries to get the input. See output below:
[EMAIL PROTECTED]:~/Downloads/development/apache/felix-1.0.4 $ java -jar
bin/felix.jar &
[1] 173
[EMAIL PROTECTED]:~/Downloads/development/apache/felix-1.0.4 $
Welcome to Felix.
=================
DEBUG: WIRE: 1.0 -> org.osgi.service.packageadmin -> 0
DEBUG: WIRE: 1.0 -> org.osgi.service.startlevel -> 0
DEBUG: WIRE: 1.0 -> org.ungoverned.osgi.service.shell -> 1.0
DEBUG: WIRE: 1.0 -> org.osgi.framework -> 0
DEBUG: WIRE: 1.0 -> org.apache.felix.shell -> 1.0
DEBUG: WIRE: 2.0 -> org.osgi.framework -> 0
DEBUG: WIRE: 2.0 -> org.apache.felix.shell -> 1.0
DEBUG: WIRE: 3.0 -> org.osgi.service.obr -> 3.0
DEBUG: WIRE: 3.0 -> org.osgi.framework -> 0
->
[1]+ Stopped java -jar bin/felix.jar
Then what if I don't want this terminal to be blocked, and only put
Felix to the background? Is this possible? I can do this with Equinox by
not giving -console argument.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]