In the Carte Configuration file

Pentaho Data Integration

Version
9.3.x
Audience
anonymous
Part Number
MK-95PDIA003-15

To change the Jetty server parameters in the carte-slave-config.xml file, complete these steps.

  1. In the /pentaho/design-tools/ directory, open the carte-slave-config.xml and add these lines between the <slave_config> </slave_config> tags.
    <slave_config>
    ...
        <!-- Carte uses an embedded jetty server. Include this next section only if you want to change the default jetty configuration options.-->
        <jetty_options>
            <acceptors>2</acceptors>
            <acceptQueueSize>2</acceptQueueSize>
            <lowResourcesMaxIdleTime>2</lowResourcesMaxIdleTime>
        </jetty_options>
    </slave_config>
  2. Adjust the values for the parameters as necessary, then save and close the file.