On Tue, Jun 19, 2001 at 10:27:05AM +0900, [EMAIL PROTECTED] wrote:
> I am new to tomcat. I am not sure which protocol should be set in my server.xml,
> AJP12 or AJP13?  How to know which protocol is supported in my box? 

You need AJP12 to shutdown Apache/Tomcat, but AJP13 is the better
protocol for general purpose use. So I'd say enable both of them
(although you may as well cut down on the number of threads the
PoolTcpConnector for AJP12 uses, since you're rarely be using them).

There are docs on how to do this @ the Tomcat site.

Cheers,

Neil

Reply via email to