KB Article #102217

How to check the version of Apache Tomcat web server running on ST

</p><p> Question & Answer</p><p>

How to check the version of Apache Tomcat web server running on ST

Question

We need to know the version of Tomcat that is running with Secure Transport.

Answer

Follow the procedure below:

  1. Export the JAVA_HOME variable. From shell issue the following command:
    export JAVA_HOME=[sthome]/jre
    Here, [sthome] is the installation directory of Secure Transport, usually /opt/TMWD/SecureTransport.
  2. Execute the following command:
    [sthome]/tomcat/bin/version.sh
  3. Unset JAVA_HOME variable by issuing:
    unset JAVA_HOME