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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
TRF
Champion II
Champion II

Talend ESB and properties files

Hi,
I have to use a Java lib for some of the web services I have to build for TOS ESB 6.4.1.
This lib requires a properties file to work.
When running TOS ESB engine under Windows, I put this file in a /conf folder created under the /container folder and it works fine.
When running under Linux (RHEL7) the lib can't find the properties file created in the same place (/container/conf).
Can someone tell me where to put this file?
Notice I can't access lib's source file.
Thanks

Labels (2)
1 Reply
Anonymous
Not applicable

Hello,

It seems it's a matter of reading a file in the file system and has supposedly nothing to do with ESB product.

  1. Unix rights not set for accessing the file
  2. Upper/lowercase typograhic error in the file name
  3. Special characters in the path which are handled different in Windows and Unix-style system.

Best regards

Sabrina