HOW TO

Identify the version of Apache Tomcat in ArcGIS Server

Last Published: May 17, 2023

Summary

This article provides the workflow to identify the version of Apache Tomcat in ArcGIS Server.

Procedure

Note:
This article assumes the Java and Tomcat installations are in the default directories.

In a Windows environment

  1. Log in to the ArcGIS Server machine.
  2. Type cmd. Right-click Command Prompt in the Windows search box, and click Run as administrator.
  3. In the Command Prompt window, change the directory to the Java or Tomcat installation directory, and press Enter.
  • For Java:
cd Program Files (x86)\ArcGIS\Desktop<version_number>\java\jre\bin
  • For Tomcat:
cd C:\Program Files\ArcGIS\Server\framework\runtime\tomcat\bin
  1. Type the following command and press Enter.
  • For Java:
java.exe -cp "C:\Program Files\ArcGIS\Server\framework\runtime\tomcat\lib\catalina.jar" 
  • For Tomcat:
version.bat

The following images show the version of Apache Tomcat in ArcGIS Server is 9.0.62.

The image of the result of the Apache Tomcat version in ArcGIS Server.
The image of the result of the Apache Tomcat version in ArcGIS Server.

In a Linux environment

  1. Log in to the ArcGIS Server machine.
  2. Open a command shell and run the following commands:
$ cd <path to installation of Tomcat>/bin
$ version.sh

Article ID: 000017542

Software:
  • ArcGIS Server

Receive notifications and find solutions for new or common issues

Get summarized answers and video solutions from our new AI chatbot.

Download the Esri Support App

Related Information

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options