https://issues.apache.org/bugzilla/show_bug.cgi?id=56494
Bug ID: 56494
Summary: Changing AJP Connector properties (e.g. maxthreads)
during runtime using JMX had no effect
Product: Tomcat 7
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Connectors
Assignee: [email protected]
Reporter: [email protected]
1) Create a AJP Connector using JMX api
At that point of time connector created is started with default values for
maxThreads (40)
2) Set the attribute of the connector using JMX (e.g. maxThreads).
Eventhough this value is reflected in the JMX, it is not applied.
Core issues in the
org.apache.tomcat.util.net.AbstractEndpoint:createExecutor() where maxThreads
is got during the creation of the executor.
If connector is created through declaration (i.e. through tomcat-server.xml),
it is not an issue since connector is first constructed with all properties and
then added to the Service.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]