Should I be using the AJP1.3 connector for the mod_jk and apache I just setup (1.3.27), or should I be using the coyote connector? I did try the coyote connector, but couldn't seem to get it to connect. The AJP1.3 connector seems to work perfectly for me once I disabled the JMX stuff.
--mikej -=----- mike jackson [EMAIL PROTECTED] > -----Original Message----- > From: Turner, John [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 27, 2003 9:20 AM > To: 'Tomcat Users List' > Subject: RE: Four questions (about logging, connectors and manager) > > > > My point about the connectors was that, in server.xml, you should DISABLE > Ajp13Connector and ENABLE CoyoteConnector on port 8009. CoyoteConnector > supports both JK and JK2 *and HTTP and HTTPS). > > So, you can use Apache 1.3, mod_jk, but then on the Tomcat side choose > CoyoteConnector instead of Ajp13Connector. CoyoteConnector is enabled by > default...just reverse the change you made in server.xml. > > John > > > -----Original Message----- > > From: Tomasz Nowak [mailto:[EMAIL PROTECTED] > > Sent: Thursday, February 27, 2003 12:12 PM > > To: Tomcat Users List > > Subject: Re: Four questions (about logging, connectors and manager) > > > > > > Turner, John <[EMAIL PROTECTED]> wrote: > > > > > > > > First, Ajp13Connector is not the recommended connector to use for > > > 4.1.18. CoyoteConnector is the recommended connector. > > > > But on the other hand mod_jk2 is not the recommended connector to > > use for Apache 1.3. mod_jk is the recommended, isn't it? ;) > > There are some reasons I can't upgrade Apache HTTPd to ver 2 > > right now. > > But OK, I will try to use mod_jk2 if you recommend it. > > > > > Tomasz Nowak > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
