Configuring Tomcat server settings in VMware vCenter Server 5.1 and 5.5
search cancel

Configuring Tomcat server settings in VMware vCenter Server 5.1 and 5.5

book

Article ID: 338878

calendar_today

Updated On:

Products

VMware vCenter Server

Issue/Introduction

This article provides information on configuring Tomcat server settings in vCenter Server 5.1 and 5.5.

Notes:


Environment

VMware vCenter Server 5.5.x
VMware vCenter Server 5.1.x

Resolution

Starting with vCenter Server 5.1, VMware Tomcat Server settings can no longer be configured using the Windows user interface at Start > Programs > VMware > VMware Tomcat.

vCenter Server 5.1 uses VMware vFabric tc Server, an enterprise version of Apache Tomcat 7. Unlike Tomcat version 6, which is used with earlier versions of vCenter Server, Tomcat version 7 does not provide a control panel in the Windows user interface. Instead, you configure Tomcat by editing configuration files manually.

You can adjust the JVM maximum heap size for vCenter Server, vCenter Single Sign-On, vCenter Inventory Service, and Profile-Driven Storage Service.

This table provides the JVM heap size recommendations:

vCenter Server 5.1:

vCenter Server Inventory VMware VirtualCenter Management Webservices (tc Server)Inventory ServiceProfile-Driven Storage Service
Small inventory (1-100 hosts or 1-1000 virtual machines)1 GB3 GB512 MB
Medium inventory (100-400 hosts or 1000-4000 virtual machines)2 GB6 GB1 GB
Large inventory (More than 400 hosts or 4000 virtual machines)3 GB12 GB2 GB

vCenter Server 5.5:

vCenter Server InventoryVMware VirtualCenter Management Webservices (tc Server)Inventory ServiceProfile-Driven Storage Service
Small inventory (1-100 hosts or 1-1000 virtual machines)512 MB3 GB1 GB
Medium inventory (100-400 hosts or 1000-4000 virtual machines)512 MB6 GB2 GB
Large inventory (More than 400 hosts or 4000 virtual machines)1 GB12 GB4 GB

Note: After adjusting the JVM heap size in the wrapper.conf file, VMware recommends restarting the VirtualCenter Management Web services. For more information, see Stopping, starting, or restarting vCenter services (1003895).

Java setting options and file locations for vSphere services

  • VirtualCenter Management WebServices

    Configuration file location:

    installation_directory\VMware\Infrastructure\tomcat\conf\wrapper.conf

    Heap size parameter:

    wrapper.java.additional.9="-Xmxheap_sizeM"

  • vCenter Single Sign-On (vSphere 5.1)

    Configuration file location:

    installation_directory\VMware\Infrastructure\SSOServer\conf\wrapper.conf

    Heap size parameter:

    wrapper.java.additional.9="-Xmxheap_sizeM"

  • vCenter Single Sign-On (vSphere 5.5)

    Configuration file location:

    installation_directory\ProgramData\VMware\CIS\runtime\VMwareSTS\conf\wrapper.conf

    Heap size parameter:

    wrapper.java.additional.9="-Xmxheap_sizeM"

  • vCenter Inventory Service

    Configuration file location:

    installation_directory\VMware\Infrastructure\Inventory Service\conf\wrapper.conf

    Heap size parameter:

    # Maximum Java Heap Size (in MB)
    wrapper.java.maxmemory=heap_size


  • vSphere Profile-Driven Storage

    Configuration file location:

    installation_directory\VMware\Infrastructure\Profile-Driven Storage\conf\wrapper.conf

    Heap size parameter:

    # Maximum Java Heap Size (in MB)
    wrapper.java.maxmemory=heap_size


  • vSphere Web Client

    Configuration file location:

    installation_directory\Program Files\VMware\Infrastructure\vSphereWebClient\server\bin\service\conf\wrapper.conf

    Heap size parameter:

    ########
    # JVM Memory
    ########
    wrapper.java.maxmemory=heap_size


  • VMware Log Browser

    Configuration file location:

    installation_directory\Program Files\VMware\Infrastructure\vSphereWebClient\logbrowser\conf\wrapper.conf

    Heap size parameter:

    ########
    # JVM Memory
    ########
    wrapper.java.maxmemory=heap_size

For more information, see the Configuring VMware Tomcat Server Settings in vCenter Server section in the vSphere Installation and Setup guide and vSphere 5.5 Documentation Center.

Additional Information



How to stop, start, or restart vCenter Server services
VMware vCenter Server 5.1 および 5.5 で Tomcat サーバ設定を構成する
在 VMware vCenter Server 5.1 和 5.5 中配置 Tomcat Server 设置
Updating VMware vCenter Server 5.5 to 5.5 U2 or later reduces the JVM maximum memory heap size