How to check the bundled SAP JVM & Tomcat version in SAP BusinessObjects

Launch the Command Prompt and change the directory to the default Tomcat \bin folder (e.g., C:\Program Files (x86)\SAP BusinessObjects\tomcat\bin). Execute the version command. This is the example for Windows environment.

C:\Program Files (x86)\SAP BusinessObjects\tomcat\bin>version.bat
Using CATALINA_BASE:   "C:\Program Files (x86)\SAP BusinessObjects\tomcat"
Using CATALINA_HOME:   "C:\Program Files (x86)\SAP BusinessObjects\tomcat"
Using CATALINA_TMPDIR: "C:\Program Files (x86)\SAP BusinessObjects\tomcat\temp"
Using JRE_HOME:        "C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win64_x64\sapjvm\"
Using CLASSPATH:       "C:\Program Files (x86)\SAP BusinessObjects\tomcat\bin\bootstrap.jar;C:\Program Files (x86)\SAP BusinessObjects\tomcat\bin\tomcat-juli.jar"
Using CATALINA_OPTS:   " -Djdk.tls.client.protocols=TLSv1.2"
Server version: Apache Tomcat/9.0.115
Server built:   Jan 21 2026 08:17:26 UTC
Server number:  9.0.115.0
OS Name:        Windows Server 2019
OS Version:     10.0
Architecture:   amd64
JVM Version:    8.1.106
JVM Vendor:     SAP AG

For Linux environment, you may navigate to the default Tomcat bin directory (e.g., /sapbi4/sap_bobj/tomcat/bin) and execute the version.sh script.”

./version.sh 

You May Also Like

Leave a Reply?