> From: lmk [mailto:lotf...@yahoo.fr]
> Subject: Apache And tomcat: wich is the best conenctor to use
> 
> Im wondering if it's judicious to use apache with ajp connector

If you have no other reason to use httpd, then don't - just let Tomcat serve 
the static content; this will reduce complexity and improve performance.  If 
you're using SSL, you will probably want to use APR, since it's noticeably 
better at encryption than the pure Java implementation.

Which of the standard, NIO, or APR connectors work best for non-SSL traffic 
depends on your webapps and user load; you'll need to measure your environment 
to find out which is best for you.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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

Reply via email to