Description
When Karaf is started using "karaf server" or start script, the only way to know if the Karaf server is running, is to grep on the process (something like ps -ef|grep -i karaf).
It could be helpful to add:
./bin/karaf status
./bin/status
./bin/admin (or instance) name status
to know the current status of a Karaf instance.