Yes, Compiling mod_jk for apache2 was no problem but for some reason there was no communication between apache and tomcat. A tcpdump on port 8009 showed that no comminication was taking place.
I solved this by installing the mod_webapp. In terms of speed: I had the feeling that the mod_jk connector was faster, however I don�t have any benchmark results to prove this. bye Michael Delamere ----- Original Message ----- From: "Simon Stewart" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 11:51 AM Subject: Re: Which Apache-To-Tomcat Connector > On Tue, Apr 23, 2002 at 07:02:38PM -0400, Anthony W. Marino wrote: > > Any reason for using AJP14 over AJP13? > > And what about mod_webapp? > > I take it that this is mod_jk and mod_jk2? IME, mod_jk and Apache 2 > don't get along well at all[1]. The impression that I've gleaned from > reading past postings to this list is that mod_webapp is meant to > supercede mod_jk and is the preferred way of connecting Apache and > Tomcat. > > The major difference between the two modules, other than this, is that > mod_jk allows static content to be served directly from Apache rather > than going through Tomcat, and mod_jk has provision for doing > loadbalancing across multiple servers. Of these, the former is > (apparently) going to be fixed at some point in the near future. > > The ability to serve content direct from apache may also mean that > mod_jk will appear faster, though I've not done any tests on this. > > Cheers, > > Simon > > [1] One or other of the two programs would go into an infinite loop, > allocating memory until one process or the other died whenever a > request came in. > > -- > Last week I forgot how to ride a bicycle. -- Steven Wright > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
