Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Automate Talend environment startup

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? 

Thank you!
Svetlana
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi Svetlana

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

g.

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi Svetlana

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

g.
Anonymous
Not applicable
Author

Thank you very much, Gabriel! Will take a look at this file!

Cheers,
Svetlana