RE: Which Apache-To-Tomcat Connector

2002-04-24 Thread Douglas, Rory
Has anyone had success compiling the native jk connectors from jakarta-tomcat-connectors-4.0.4b2-src on a Win2K machine? -Original Message- From: Simon Stewart [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 8:58 AM To: Tomcat Users List Subject: Re: Which Apache-To-Tomcat

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
I understand what you're trying to say. Can you tell me the fundamental difference between "jk" and "jk2". I just read on this list that in the current release of "mod_webapp" there is an additional hit in performance for static pages as well since it has to go to TC then to Apache for static

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Pascal Forget
> > >>With a little planning before you develop your >>applications, >>you can have Tomcat serve dynamic content on one IP address while Apache >>serves static content on another IP address. >> > >What connector...jk, jk2 or warp??? >What are the advantages of using warp over jk/jk2 (besides loadb

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Ken Anderson
I just did some similar benchmarking, though I didn't test with tomcat standalone, since I need Apache, and don't have standalone configured. I'm sure there are other factors, O/S, JDK, etc, but here's what I found, using mod_webapp, with Tomcat 4.04b2 on Sun JDK1.4 and Apache 1.3.22 on RedHat

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
On Wednesday 24 April 2002 11:54 am, Pascal Forget wrote: > Anthony W. Marino wrote: > >Any reason for using AJP14 over AJP13? > >And what about mod_webapp? > > For starters, you could read http://www.ubeans.com/tomcat > > One question you might want to ask yourself is wether you REALLY > need Apa

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Pascal Forget
Anthony W. Marino wrote: >Any reason for using AJP14 over AJP13? >And what about mod_webapp? > For starters, you could read http://www.ubeans.com/tomcat One question you might want to ask yourself is wether you REALLY need Apache forwarding requests to Tomcat. Doing so is MUCH slower than havi

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Michael Delamere
o: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 5:37 PM Subject: Re: Which Apache-To-Tomcat Connector > > > > > > > > > > It isn't so. You can still serve static pages, but they'll come > > > through Tomcat

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Ken Anderson
It isn't so. There is no problem serving static content through apache using mod webapp to server only servlets, jsp. The setup is different than when using mod_jk, that's all. Ken Lance Smith wrote: > Using: Apache 2.0.35 and Tomcat 4.0.3 on Red Hat 7.2. > > Say it isn't so: There is no way

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Dan K.
visiting the jakarta site I´m none the wiser :-). > > bye Michael Delamere > > > > - Original Message - > From: "Simon Stewart" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Wednesday, April 24, 2002 2:23

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread James Williamson
> > > > > > It isn't so. You can still serve static pages, but they'll come > > through Tomcat and then apache, rather than being served straight from > > apache. End result: you'll see a speed hit. This is what's being > > fixed, as I understand it. > > > > On Wed, Apr 24, 2002 at 03:00:59PM +00

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Simon Stewart
---Original Message- > From: Simon Stewart [mailto:[EMAIL PROTECTED]] > Sent: April 24, 2002 8:11 AM > To: Tomcat Users List > Subject: Re: Which Apache-To-Tomcat Connector > > > It isn't so. You can still serve static pages, but they'll come > through Tomcat an

RE: Which Apache-To-Tomcat Connector

2002-04-24 Thread Short, Dave
In which version is this projected to be fixed? -Original Message- From: Simon Stewart [mailto:[EMAIL PROTECTED]] Sent: April 24, 2002 8:11 AM To: Tomcat Users List Subject: Re: Which Apache-To-Tomcat Connector It isn't so. You can still serve static pages, but they'll co

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Simon Stewart
It isn't so. You can still serve static pages, but they'll come through Tomcat and then apache, rather than being served straight from apache. End result: you'll see a speed hit. This is what's being fixed, as I understand it. On Wed, Apr 24, 2002 at 03:00:59PM +, Lance Smith wrote: > Using:

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Lance Smith
Using: Apache 2.0.35 and Tomcat 4.0.3 on Red Hat 7.2. Say it isn't so: There is no way to serve static pages from Apache using mod_webapp? Can anyone confirm/deny this? Lance > > The major difference between the two modules, other than this, is that > > mod_jk allows static content to be serve

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
I guess, taking it a step further, why jk2 (AJP14) if mod_webapp is the new generation? Thanks, Anthony > Not too sure about ajp14, but from my experience, it seems best to use a > version that most people are using, or have used in the past. My > recommendation would be to use mod_jk and aj

RE: Which Apache-To-Tomcat Connector

2002-04-24 Thread Brandon Cruz
Not too sure about ajp14, but from my experience, it seems best to use a version that most people are using, or have used in the past. My recommendation would be to use mod_jk and ajp13 if it is a production environment and you want the least chance for error. Also, compile mod_jk on your own, i

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
I've had problems compiling a mod_jk.so module. Including a failed effort of "ant native". I'll keep plugging away until I figure it out. Anthony > AFAIK, you have to compile that from source. > > On Wed, Apr 24, 2002 at 09:03:12AM -0400, Anthony W. Marino wrote: > > When you go the the coyote

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Simon Stewart
AFAIK, you have to compile that from source. On Wed, Apr 24, 2002 at 09:03:12AM -0400, Anthony W. Marino wrote: > When you go the the coyote drop there are instructions on using it, however, > where's the Apache specific part of the instructions and module??? > > Anthony Cheers, Simon -- Th

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
When you go the the coyote drop there are instructions on using it, however, where's the Apache specific part of the instructions and module??? Anthony > On Wed, Apr 24, 2002 at 08:04:17AM -0400, Anthony W. Marino wrote: > > > On Tue, Apr 23, 2002 at 07:02:38PM -0400, Anthony W. Marino wrote:

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Simon Stewart
On Wed, Apr 24, 2002 at 08:31:44AM -0400, Anthony W. Marino wrote: > On Wednesday 24 April 2002 08:23 am, Simon Stewart wrote: > > On Wed, Apr 24, 2002 at 08:04:17AM -0400, Anthony W. Marino wrote: > > > > On Tue, Apr 23, 2002 at 07:02:38PM -0400, Anthony W. Marino wrote: > > > > > Is warp in the

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
On Wednesday 24 April 2002 08:23 am, Simon Stewart wrote: > On Wed, Apr 24, 2002 at 08:04:17AM -0400, Anthony W. Marino wrote: > > > 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 ta

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Michael Delamere
? Unfortunately after visiting the jakarta site I´m none the wiser :-). bye Michael Delamere - Original Message - From: "Simon Stewart" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Wednesday, April 24, 2002 2:23 PM Subject: Re: Which Apache-To-

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Simon Stewart
On Wed, Apr 24, 2002 at 08:04:17AM -0400, Anthony W. Marino wrote: > > 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 > > do

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
sage - > 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, Anthon

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
> 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 p

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Michael Delamere
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 Sub

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Simon Stewart
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

Re: Which Apache-To-Tomcat Connector

2002-04-23 Thread Cavan Morris
I've recently done some benchmarking on mod_webapp and I wasn't too impressed. I am using it anyway though until I can compare to something better. The upshot was this. Apache+tomcat was taking 5 times as long to serve a request as tomcat standalone was. Also, Apache+tomcat would choke on con