From 5cdef67fb454d9fc4eb4e70b71696c54f6e69c68 Mon Sep 17 00:00:00 2001
From: markt This attribute value must be Sets the protocol to handle incoming traffic. The default value is
+ To use AJP, you
must specify the protocol attribute (see above). This implementation supports the AJP 1.3 protocol. These implementations support the AJP 1.3 protocol. It supports the following additional attributes (in addition to the
+ They support the following additional attributes (in addition to the
common attributes listed above): A reference to the name in an Executor element.
If this attribute is enabled, and the named executor exists, the connector will
- use the executor, and all the other thread attributes will be ignored.AJP/1.3 to use the AJP
- handler.AJP/1.3 and configures
+ org.apache.jk.server.JkCoyoteHandler the original blocking
+ Java connector by default.
+ If the PATH(Windows) or LD_LIBRARY_PATH
+ (on most unix system) environment variables contain the Tomcat
+ native library, the native/APR connector will automatically be
+ configured instead.
+ To use an explicit protocol rather than rely on the auto-switching
+ mechanism described above, the following values may be used:
+ org.apache.jk.server.JkCoyoteHandler
+ - original blocking Java connector
+ org.apache.coyote.ajp.AjpProtocol
+ - new blocking Java connector that supports an executor
+ org.apache.coyote.ajp.AjpAprProtocol
+ - the APR/native connector.
+ Custom implementations may also be used.