-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

James,

On 11/18/16 2:06 PM, James H. H. Lampert wrote:
> On 11/18/16, 9:08 AM, Caldarale, Charles R wrote:
>> No, 8009 is the default port for communication between httpd and 
>> Tomcat.  8005 is the default shutdown port.
> 
>> Correct.  If you're not using it, remove (or comment out) the 
>> declaration.
> 
> Fascinating.
> 
> Can somebody point me to the right docs, so I can learn more about
> this?

There are a couple of resources.

The first would be to have a look at the stock server.xml that comes
with Tomcat, since you can find the AJP Connector on port 8009 defined
in there. I'm not sure there is any documentation on the web that says
what the default configuration is... because it's just so easy to look.

The second would be the configuration guide's coverage of the AJP
connector[1], which will largely be irrelevant to you.

If you aren't using AJP for anything, you should probably just disable
it by commenting-out the <Connector> element, or deleting it entirely.

AJP is only useful if you have a reverse-proxy out in front of Tomcat
and you'd like to use AJP as the communication protocol between that
proxy and Tomcat. No proxy = no AJP, unless you are running some weird
kind web browser that for some reason understands AJP.

- -chris

[1] http://tomcat.apache.org/tomcat-7.0-doc/config/ajp.html
-----BEGIN PGP SIGNATURE-----
Comment: GPGTools - http://gpgtools.org
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBCAAGBQJYL1kHAAoJEBzwKT+lPKRYIOcP/35mDYqAGqLbpCprbz++u1z8
qI0o9jskt1ksaicyD08bI+zpFOvU1dd4wRtipMuExcFyrkNKnuIsIgPGw4PO5zBN
D1v75QsSmsivC3Z4/xaN3rbAL+La8WcwfOP17uww9uEVk7kEFS4iBu8U0fdV2DPw
VglX9bch8S0WR2PlcrpaEobDpH9R8jQQuxig9GhXEN6j9SX+q/qgPRZweXCcFERJ
p+fbyhDQTFHJzqjrJ+aYly2/4HfvHJtgsXQc006Vy6eq/QMXjQLykA+B9RpXAW+N
74Ayk26O9l52vvupvYqaJwLB1ExwHz89WQRyPWvQL2OpwI+n82uGtnOkiSREq7t4
Nrlfy/PAIJnpB2tVkKTlvNm7wmF0rt4+3JUlM7UA7cT5SKBhQkYRGGlFLpnaTsdW
wPM45gWOf/ANSFt00Mv0uLIIw1JUUHOOtBs1fSiwiRr7EMsoXHxyiRJefZ1fU+gP
yyCtcY6oiEmw2JpbrbSrG7tkDUR/GpVDoBRNPMIH4uR6K53xA6zxBUbWP7vBIQPr
2z+R3hVURy9I78VNr2Ox3GBTpTEg6gaCiLgxIACzWvyE47QRI/jJ1naZzsEo4sav
l3m4iCLKu6OA8vWQk26SsIu/Ugs1lJM4kZQ5LJx9Rt43apQ6HLrSraPEOW0SKr8O
kgIr7aodnkRVnYURregX
=czD/
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to