Thanks very much, Richard and Felix! It was exactly what I was looking for...

Thierry
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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to