Thanks for all your inputs. I did the following. - removed the shell and the shelltui bundles. - installed the webconsole and dependencies - created a default profile felix.cache.profile=test in the config.properties - pipe the output to /dev/null
This works fine and I am able to view and control the framework via the webconsole. The issue I am having now is that the I will not be able to see the outputs if it is piped to /dev/null. If I pipe it to a file the using the following code then the file is fill with recurring cursors - this is not good. java -jar bin/felix.jar >> felix.out & I am using a linux distro. what can be done to easily resolve this? -- View this message in context: http://www.nabble.com/Start-Felix-in-silent-mode-tp19727221p19764236.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

