How to check the Apache Tomcat version used in Autopass?

  • KM03769660
  • 21-Dec-2020
  • 21-Dec-2020

Summary

Apache Tomcat version in Autopass

Question

Is ther a way to check the Apache Tomcat version used in an specific version of Autopass? Sometimes it is helpful to check Tomcat version and confirm if it is affected by any vulnerability

 

 

 

Answer

In order to confirm Apache TOmcat version, follow below steps:

1. Open command prompt.
2. navigate to bin folder from autopass installation folder (by default “C:\Program Files\autopass\apls\apls\lib”)and run the following command:

java -cp catalina.jar org.apache.catalina.util.ServerInfo

image text