RE: Simple server.xml config question... AJP13 Connector vs. CoyoteConnector

2004-09-21 Thread Shapira, Yoav
Hi, >Can the CoyoteConnector handle regular HTTP and AJP13 requests? Yeah, but only one at a time. So if you want both, you need two instances of the connector, like you had in your original post. Yoav This e-mail, including any attachments, is a confidential business communication, and ma

RE: Simple server.xml config question... AJP13 Connector vs. CoyoteConnector

2004-09-21 Thread Montz, James C. (James Tower)
(for backwards compatibility and ease of troubleshooting). -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 8:14 AM To: Tomcat Users List Subject: RE: Simple server.xml config question... AJP13 Connector vs. CoyoteConnector Hi, No, these

RE: Simple server.xml config question... AJP13 Connector vs. CoyoteConnector

2004-09-21 Thread Shapira, Yoav
, 2004 6:43 PM >To: [EMAIL PROTECTED] >Subject: Simple server.xml config question... AJP13 Connector vs. >CoyoteConnector > >Are these 2 Connector's mutually exclusive and/or redundant in the same >server.xml? >... > port="8101" minProcessors=&qu

Simple server.xml config question... AJP13 Connector vs. CoyoteConnector

2004-09-20 Thread Montz, James C. (James Tower)
Are these 2 Connector's mutually exclusive and/or redundant in the same server.xml? ... ... I have also seen variations of these documented in books & online; And What should the proper configuration of connector's be for Apache 2.0 Front Ending Tomcat 4.1 using mod_jk