#Define the listeners between #HTTP listener and proxy engine.
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.reply_timeout=0
worker.ajp13.retries=2
Note: The values for the connector directives are not contained in quotes. Values for other types of directives are contained in quotes.
The name/value pairs are:
Specifies the port for the ajp13 connector.
Specifies the local ajp13 host as the local host.
Additional tuning parameters can be defined for the connection between the HTTP listener and the proxy engine, including:
Specified the maximum time in milliseconds that can elapse between any two packets received from the proxy engine after which the connection between HTTP
listener and the proxy engine is dropped. A value of zero makes it wait indefinitely, until a response is received.
Default: 0
Specifies the maximum number of times that the worker sends a request to the proxy engine in a communication error.
Default: 2
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |