Tomcat wrote:
Hello

is there any advantage using ajp over http connector ?
what are those advantages?

There are different use cases.
You'll find some differences of opinion as regards the advantages.

AJP is a connector protocol, you can't use it to serve directly, either use mod_jk or mod_proxy_ajp. You can serve HTTP behind mod_proxy_http in a cluster behind Apache HTTPD.

I use AJP in preference to HTTP in a cluster behind Apache (via mod_proxy_ajp) to provide application services to our site where some static files are better served through a cache.

Don't know offhand if there are stats for comparison.

What is your particular situation?


p



Cheers
Adam


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to