Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
Is there any way to know the Talend version (tac and job server) from Linux server.
thanks
venky
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