Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 82645 invoked from network); 11 Oct 2000 12:19:28 -0000 Received: from latimer.mail.uk.easynet.net (195.40.1.40) by locus.apache.org with SMTP; 11 Oct 2000 12:19:28 -0000 Received: from PPXMIKEBDESKTOP (unknown [212.134.198.2]) by latimer.mail.uk.easynet.net (Postfix) with SMTP id A4F225398B for ; Wed, 11 Oct 2000 13:19:27 +0100 (BST) From: "Mike Bremford" To: Subject: RE: [Tomcat-users] RE: ajp12 vs ajp13 Date: Wed, 11 Oct 2000 13:16:35 +0100 Message-ID: <004001c0337d$1988acd0$5700000a@paperx.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 In-Reply-To: X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Yes. You need some different directives in your Apache configuration file (eg. JkMount instead of ApJServMount), but other than that I believe it has all the same functionality. (although someone recently mentioned that it may not have the "shared secret key" that Jserv has. I don't know much about this, but if you firewall port 8007 and 8009 from the outside world this shouldn't be a problem). Cheers... Mike > -----Original Message----- > From: Sergio Stateri Jr [mailto:stateri@tesla.com.br] > Sent: 11 October 2000 14:00 > To: tomcat-user@jakarta.apache.org > Subject: RES: [Tomcat-users] RE: ajp12 vs ajp13 > > > Is mod_jk a substitute for mod_jserv to use together with > Apache and Tomcat > ? > > Thanks in advance, > > Sergio Stateri Jr > stateri@tesla.com.br > Tesla Tecnologia > Sao Paulo (SP) Brazil > > -----Mensagem original----- > De: tomcat-users-admin@lists.real-time.com > [mailto:tomcat-users-admin@lists.real-time.com]Em nome de > Mike Bremford > Enviada em: Quarta-feira, 11 de Outubro de 2000 08:41 > Para: tomcat-user@jakarta.apache.org > Assunto: [Tomcat-users] RE: ajp12 vs ajp13 > > Main differences (that I'm aware of) > > * Faster protocol. Socket is kept open between connections. > * Can identify HTTPS from HTTP > * Works with web servers other than Apache. > > mod_jserv can only support Ajpv12, mod_jk can support Ajpv12 > and Ajpv13. > > > Cheers.. Mike > > > -----Original Message----- > > From: Richard Beton [mailto:richard.beton@roke.co.uk] > > Sent: 11 October 2000 12:12 > > To: tomcat-user@jakarta.apache.org > > Subject: ajp12 vs ajp13 > > > > > > What is the difference between ajp12 and ajp13? > > > > What are the benefits of using one or other? > > > > (naive question) Is this only important for mod_jk deployments? > > > > Regards, > > Rick > > > > > > > _______________________________________________ > tomcat-users mailing list > tomcat-users@lists.real-time.com > https://mailman.real-time.com/mailman/listinfo/tomcat-users > >