Re: Documentation on Connectors needs updating

2014-12-01 Thread Daniel Mikusa
On Mon, Dec 1, 2014 at 2:05 PM, Igal @ getRailo.org wrote: > Chris, > > On 11/28/2014 6:26 AM, Christopher Schultz wrote: > > 4. Tomcat can server static content just as quickly as httpd. > > I remember that years ago it was recommended to front Tomcat with a web > server in order to serve static

Re: Documentation on Connectors needs updating

2014-12-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igal, On 12/1/14 2:05 PM, Igal @ getRailo.org wrote: > Chris, > > On 11/28/2014 6:26 AM, Christopher Schultz wrote: >> 4. Tomcat can server static content just as quickly as httpd. > > I remember that years ago it was recommended to front Tomcat w

Re: Documentation on Connectors needs updating

2014-12-01 Thread Igal @ getRailo.org
Chris, On 11/28/2014 6:26 AM, Christopher Schultz wrote: > 4. Tomcat can server static content just as quickly as httpd. I remember that years ago it was recommended to front Tomcat with a web server in order to serve static content. I understand from your statement that this is not the case any

Re: Documentation on Connectors needs updating

2014-11-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 11/28/14 5:50 AM, James Green wrote: > Ref http://tomcat.apache.org/tomcat-8.0-doc/connectors.html > > Those new to Tomcat will not know what a "connector" is. I presume > it's the network protocol used to listen and respond to external

Documentation on Connectors needs updating

2014-11-28 Thread James Green
Ref http://tomcat.apache.org/tomcat-8.0-doc/connectors.html Those new to Tomcat will not know what a "connector" is. I presume it's the network protocol used to listen and respond to external requests... For HTTP it is suggested to use AJP clustering as performance is higher than that of mod_prox