Hi, Am 02.05.2012 um 15:28 schrieb Richard S. Hall:
> Not sure why it would stop. I run Felix in the background like this and > it works: > > nohup java -Xmx512m -Dgosh.args='-sc telnetd -p1234 start' > -Dmineshare.schema.cleanrue -jar bin/felix.jar & I think the gosh.args property is crucial because gosh defaults to read from stdin which tends to fail and causes gosh to shutdown the framework... One option would be to just pass: -Dgosh.args="--nointeractive" preventing gosh from start the default shell and thus allows you to hook the remote shell. Regards Felix > > In this particular case, I'm not using Remote Shell, but the built-in > Gogo telnet command, but I don't see why that would be any different. > > -> richard > > On 5/2/12 04:21 , Thierry Templier wrote: >> I installed remote shell support in Felix and it works fine. However, >> when I ran in background with Gogo console and remote shell, >> Felix stops. Are there some specific configurations to do in this case? >> >> Thanks for your help. >> Thierry >> >> --------------------------------------------------------------------- >> 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

