Hi,
I am attempting to use Bitrock Installbuilder to install Karaf and start it as a service from within
the installer.
Installing Karaf and starting it with karaf (or windows karaf.bat) scripts
works ok in the installer.
But I have hit a roadblock trying to install and run it as a service. I have tried running the shell
script in the installer as indicated in the docs,
bin/shell feature:install service-wrapper (fails)
bin/shell wrapper:install (does not run)
This approach is probably not the way the problem should br handled.
Perhaps someone can point me in the direction I should be taking.
I do not think docker is suitable in my use case.
Paul Fraser