Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
CdnConnection
Active Contributor

The high-level steps required:

  • Stop SIA & Tomcat
  • Check JDK/JRE version being used prior to upgrade
  • Install jdk-7u67-windows-x64.exe in simple and short path like c:\jdk
  • Installed the JRE option in path c:\jdk\jre
  • Update Tomcat JAVA settings to point to new path
  • Created Windows Parameters
    • JRE_HOME   point to  c:\jdk
    • JAVA_HOME  point to c:\jdk
  • Restart Windows and check JDK/JRE version
  • Restart Tomcat only
  • Validate Tomcat works fine then start SIA

Step 1: Stop SIA & Tomcat

Launch Central Configuration Manager and STOP SIA & Tomcat

Step 2: Stop SIA & Tomcat

Check current version on JDK/JRE being used by Tomcat

C:\SAP BusinessObjects\Tomcat\bin>version

Using CATALINA_BASE:   "C:\SAP BusinessObjects\tomcat"

Using CATALINA_HOME:   "C:\SAP BusinessObjects\tomcat"

Using CATALINA_TMPDIR: "C:\SAP BusinessObjects\tomcat\temp"

Using JRE_HOME:        "C:\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win64_x64\sapjvm\"

Using CLASSPATH:       "C:\SAP BusinessObjects\tomcat\bin\bootstrap.jar;C:\SAP BusinessObjects\tomcat\bin\tomcat-juli.jar"

Server version: Apache Tomcat/7.0.32

Server built:   Oct 3 2012 08:51:20

Server number:  7.0.32.0

OS Name:        Windows Server 2008 R2

OS Version:     6.1

Architecture:   amd64

JVM Version:    6.1.058

JVM Vendor:     SAP AG

C:\SAP BusinessObjects\tomcat\bin>

 

  

Step 3: Install jdk-7u67-windows-x64.exe

Install JDK-7u67-widnows-x64.exe and do CUSTOM install

 

Change JDK path to c:\jdk

 

   
   Change JRE path to c:\jdk\jre

Step 4: Update Tomcat Java Path

Update Tomcat Java path

BEFORE:

Java Virtual Machine:

c:\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win64_x64\sapjvm\\jre\bin\server\jvm.dll

Java Classpath:

c:\SAP BusinessObjects\tomcat\bin\bootstrap.jar;c:\SAP BusinessObjects\tomcat\bin\tomcat-juli.jar;c:\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win64_x64\sapjvm\lib\tools.jar

 

   

AFTER:

Java Virtual Machine:

C:\jdk\jre\bin\server\jvm.dll

Java Classpath:

c:\SAP BusinessObjects\tomcat\bin\bootstrap.jar;c:\SAP BusinessObjects\tomcat\bin\tomcat-juli.jar;C:\jdk\lib\tools.jar

 

Step 5: Create Windows System Variables

Create NEW Windows System Variables

JAVA_HOME c:\jdk

JRE_HOME   c:\jdk

 

RESTART WINDOWS for new System Variables to take effect.

Step 6: Restart Tomcat and check version

After restarting Windows and start TOMCAT only !!

  • Check Tomcat version

C:\SAP BusinessObjects\Tomcat\bin>version

Using CATALINA_BASE:   "C:\SAP BusinessObjects\tomcat"

Using CATALINA_HOME:   "C:\SAP BusinessObjects\tomcat"

Using CATALINA_TMPDIR: "C:\SAP BusinessObjects\tomcat\temp"

Using JRE_HOME:        "c:\jdk"

Using CLASSPATH:       "C:\SAP BusinessObjects\tomcat\bin\bootstrap.jar;C:\SAP BusinessObjects\tomcat\bin\tomcat-juli.jar"

Server version: Apache Tomcat/7.0.32

Server built:   Oct 3 2012 08:51:20

Server number:  7.0.32.0

OS Name:        Windows Server 2008 R2

OS Version:     6.1

Architecture:   amd64

JVM Version:    1.7.0_67-b01

JVM Vendor:     Oracle Corporation

C:\SAP BusinessObjects\tomcat\bin>

 

  • Now that Tomcat is fully working
  • Start SIA
13 Comments
Labels in this area