In the Carte Configuration file
To change the Jetty server parameters in the carte-slave-config.xml file, complete these steps.
In the
/pentaho/design-tools/
directory, open thecarte-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>
Adjust the values for the parameters as necessary, then save and close the file.
Last updated
Was this helpful?