Re: What is the difference between bin/shell and bin/client

2019-10-10 Thread Guillaume Nodet
The bin/shell actually provides a subset of commands, for example the instance:xxx commands, wrapper:install or usual posix commands. It does not run inside a Karaf VM and not even inside an OSGi container and does not connect to an existing instance. Le ven. 11 oct. 2019 à 08:31, Andre Schlegel

Re: What is the difference between bin/shell and bin/client

2019-10-10 Thread Jean-Baptiste Onofré
Hi, bin/client connects to a remote Karaf instance. bin/shell starts a minimal shell console locally without any services. It's just use to install "standalone" service like the wrapper. Regards JB On 11/10/2019 08:31, Andre Schlegel wrote: > Hi, > > > until today I never noticed the bin/shel

What is the difference between bin/shell and bin/client

2019-10-10 Thread Andre Schlegel
Hi, until today I never noticed the bin/shell in our karaf installation. But today I tried this and got a shell which looks very similar to the shell I got over bin/client and ssh. The first difference I noticed is the prompt "karaf@root". The name of our karaf is not "root" or "karaf" neither w