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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Attach config file to Talend WAR export

Hi all,
I need to export 4 Talend jobs in the same WAR file. Is it possible to 
1) attach a configuration file to this WAR 
2) a JAR library to this WAR (this library will be shared between the 4 jobs).
Best Regards
Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi,
1) attach a configuration file to this WAR

So far, it is impossible to attach a configuration file to this WAR. You can open a new feature/ work Item jira issue.
2) a JAR library to this WAR (this library will be shared between the 4 jobs).

Is there any relationship in your 4 jobs(Parent job, Child job)? If they are parent and child job, these jobs can be exported into one jar.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi
1) OK. 
2) No there is no parent/child relationship between the jobs. they are independent
Regards
Anonymous
Not applicable
Author

Hi,
2) No there is no parent/child relationship between the jobs. they are independent

If the 4 jobs are independent, it is impossible to export them into one jar so far.
Best regards
Sabrina
Anonymous
Not applicable
Author

Hi,
The jobs are exported into one single AXIS WAR then this WAR will be deployed in the Cloud and each job will be called trought REST by the correspondent application.
My issue is that we are changing Cloud provider and the new architecture needs to add a specific JAR library(newrelic.jar) in the AXIS WAR in order to run successfully the jobs.
Regards