Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
User2702413874303214
Contributor
Contributor

Is there any way to know the talend version (tac and job server) from the server (linux)

Hi Team,

Is there any way to know the Talend version (tac and job server) from Linux server.

thanks

venky

Labels (4)
1 Reply
anselmopeixoto
Partner - Creator III
Partner - Creator III

Hello @Application Support​ 

 

This is what I usually do to check out what version is installed for TAC and Job Server:

 

TAC

 

$ cat /path_to_apache-tomcat/webapps/org.talend.administrator/WEB-INF/classes/branding.properties

 

 

Job Server

 

Look for the jar libraries with the file name pattern org.talend.remote.server*.jar under /path_to_jobserver/agent/lib/ directory.

 

Those file names will contain the version and patch you have installed i.e.: org.talend.remote.server-8.0.1.20221110_1943_patch.jar