Products | Versions |
---|---|
Spotfire Server | All Versions |
This article provides the commands used to check the exact version of Tomcat a TIBCO Spotfire Server is currently using on either Windows or Linux.
Example: C:\tibco\tss\7.11.0\tomcat\bin>version.bat Output:- Using CATALINA_BASE: "C:\tibco\tss\7.11.0\tomcat" Using CATALINA_HOME: "C:\tibco\tss\7.11.0\tomcat" Using CATALINA_TMPDIR: "C:\tibco\tss\7.11.0\tomcat\temp" Using JRE_HOME: "C:\tibco\tss\7.11.0\jdk\jre" Using CLASSPATH: "C:\tibco\tss\7.11.0\tomcat\bin\bootstrap.jar;C:\tibco\tss\7.11.0\tomcat\bin\tomcat-juli.jar" Server version: Apache Tomcat/8.5.20 Server built: Aug 2 2017 21:35:49 UTC Server number: 8.5.20.0 OS Name: Windows Server 2012 R2 OS Version: 6.3 Architecture: amd64 JVM Version: 1.8.0_144-b01 JVM Vendor: Oracle CorporationThis will also allow you to check the version of Java being used.
Example: [support@tss-linux ~]$ cd /DATA/tibco/tss/7.12.x/tomcat/bin/ [support@tss-linux bin]$ ./version.sh Using CATALINA_BASE: /DATA/tibco/tss/7.12.x/tomcat Using CATALINA_HOME: /DATA/tibco/tss/7.12.x/tomcat Using CATALINA_TMPDIR: /DATA/tibco/tss/7.12.x/tomcat/temp Using JRE_HOME: /home/support/tibco/tss/7.12.x/jdk/jre Using CLASSPATH: /DATA/tibco/tss/7.12.x/tomcat/bin/bootstrap.jar:/DATA/tibco/tss/7.12.x/tomcat/bin/tomcat-juli.jar Using CATALINA_PID: /home/support/tibco/tss/7.12.x/tomcat/bin/catalina.pid Server version: Apache Tomcat/8.5.27 Server built: Jan 18 2018 20:12:40 UTC Server number: 8.5.27.0 OS Name: Linux OS Version: 2.6.32-696.1.1.el6.x86_64 Architecture: amd64 JVM Version: 1.8.0_161-b12 JVM Vendor: Oracle Corporation