Hello Team! Instead of manually running all karaf commands (i.e tesb:start-all, test:start-el-server etc) when starting Talend environment, Admin console and Dashboards we would like to have one script to run all Talend karaf commands that can be configured to run on server startup. How can we achieve this?
in the Karaf there's a file etc/org.apache.karaf.features.cfg where you can configure which features are started by default (even you clean the data folder). All you need to gather is list of features to be installed
in the Karaf there's a file etc/org.apache.karaf.features.cfg where you can configure which features are started by default (even you clean the data folder). All you need to gather is list of features to be installed