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 94157 invoked from network); 13 Feb 2001 22:50:43 -0000 Received: from ns3.linuxwebnet.com (HELO linuxwebnet.com) (qmailr@208.231.31.106) by h31.sny.collab.net with SMTP; 13 Feb 2001 22:50:43 -0000 Received: (qmail 24475 invoked from network); 14 Feb 2001 11:53:51 -0000 Received: from unknown (HELO VAIO) (208.25.178.223) by ns3.linuxwebnet.com with SMTP; 14 Feb 2001 11:53:51 -0000 Message-ID: <020601c0960e$cb2dd160$c4b0200a@VAIO> From: "Filip Hanik" To: References: <20010213223236.8143.qmail@web1904.mail.yahoo.com> Subject: Re: ajp12 vs ajp13 & mod_jk.conf-auto Date: Tue, 13 Feb 2001 14:45:54 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N yes, the JkMount command looks like this JkMount context workername so the autogenerated ajp12 is just the worker name "ajp12" in the workers.properties file you can change the protocol that the worker is using. the property file has the following format worker..= worker.ajp12.port=8007 worker.ajp12.host=localhost worker.ajp12.type=ajp13 so just change the last line to use ajp13. now you have to modify server.xml to start a ajp13 connector on the port 8007 and change the port for ajp12. the nice thing with the autogenerated file is that your webapps can be dynamic. but if you need to do a lot of fancy stuff, you should create your own file for the mod_jk configuration. try playing around with it, and if you have a specific problem let me know and I can help you out. Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect filip@filip.net www.filip.net ----- Original Message ----- From: "Mel Martinez" To: Sent: Tuesday, February 13, 2001 2:32 PM Subject: ajp12 vs ajp13 & mod_jk.conf-auto > Question: > > what determines whether ajp12 or ajp13 will be > specified for a jkmount statement in the > auto-generated mod_jk.conf-auto file? > > I.E., it always generates statements like: > > JkMount /myapp/servlet/* ajp12 > JkMount /myapp/*.jsp ajp12 > > I've even tried disabling all reference to ajp12 from > server.xml and workers.properties but that had no > effect. > > Is the only way to force the use of Ajp13 to manually > edit the mod_jk.conf file? > > Should I even be worrying about this? > > Thanks, > > mel > > __________________________________________________ > Do You Yahoo!? > Get personalized email addresses from Yahoo! Mail - only $35 > a year! http://personal.mail.yahoo.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, email: tomcat-user-help@jakarta.apache.org > >