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]
