Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
So, I start an instance of karaf using ./start
It brings up the karaf environment up and running. If I need to access the shell/ console to execute any commands, what options are available (except for the web)?
Is it possible to get the shell console without "./stop" and executing "./trun"?
Please advise.
In your bin folder (where the trun.bat or .sh is) you will find a client.bat/.sh. Use that and it will hook into your service. You may need to supply parameters such as host and a port. I think you will probably get away with....
client -h localhost
....from your local machine
You can connect to runtime by ssh (normal terminal session)
to connect use the same port what You setup to Runtime and login credentials same as web
In your bin folder (where the trun.bat or .sh is) you will find a client.bat/.sh. Use that and it will hook into your service. You may need to supply parameters such as host and a port. I think you will probably get away with....
client -h localhost
....from your local machine
This is superb. This worked for me!