Re: AJP vs HTTP connectors?

2009-02-10 Thread Bill Davidson
Eric B. wrote: I was listening to a webinar on spring source by Filip Hanik Mark Thomas regarding tuning Tomcat for production in which they indicate that the Http connector is recommended vs an AJP connector (http://www.springsource.com/node/555). I downloaded this webinar and

Re: AJP vs HTTP connectors?

2009-02-08 Thread Nikola Milutinovic
seen both 2 and 3 work OK. Nix. From: Caldarale, Charles R chuck.caldar...@unisys.com To: Tomcat Users List users@tomcat.apache.org Sent: Monday, February 2, 2009 10:12:57 PM Subject: RE: AJP vs HTTP connectors? From: Gregor Schneider [mailto:rc4

Re: AJP vs HTTP connectors?

2009-02-07 Thread Rainer Jung
On 02.02.2009 21:20, Eric B. wrote: I was listening to a webinar on spring source by Filip Hanik Mark Thomas regarding tuning Tomcat for production in which they indicate that the Http connector is recommended vs an AJP connector (http://www.springsource.com/node/555). My question, then

Re: AJP vs HTTP connectors?

2009-02-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Filip, Filip Hanik - Dev Lists wrote: So if you are using something that is working, don't even consider switching just cause some dude on a webinar told you so. Yeah, especially some dude named ... oh, wait. ;) Care to comment on an

Re: AJP vs HTTP connectors?

2009-02-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark, Mark Thomas wrote: The (very) short version is: mod_proxy_ajp is not as stable as mod_jk. I'm a longtime user of mod_jk and, having had the unfortunate experience of trying to migrate from mod_jk to mod_proxy_ajp, I can say that

RE: AJP vs HTTP connectors?

2009-02-04 Thread Gerhardus.Geldenhuis
-Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: 03 February 2009 19:35 To: Tomcat Users List Subject: Re: AJP vs HTTP connectors? Hi. Maybe slightly off-topic, but having a moment of blues and lack of inspiration/motivation about working on what I should

Re: AJP vs HTTP connectors?

2009-02-04 Thread Pieter Temmerman
I have a Tomcat cluster with mod_jk and another one with mod_proxy_http, and I'm quite happy with both. Just in case somebody is interested, this guy wrote a blog post about configuring apache with mod_proxy_http: http://www.darkcoding.net/software/goodbye-mod_jk-hello-mod_proxy/ Although he

Re: AJP vs HTTP connectors?

2009-02-03 Thread Eric B.
Mark Thomas ma...@apache.org wrote in message news:4987ccc4.3080...@apache.org... The (very) short version is: mod_proxy_ajp is not as stable as mod_jk. mod_jk and mod_proxy_http are prety much neck and neck. mod_proxy_http has a very slight edge on average but on a case by case basis

Re: AJP vs HTTP connectors?

2009-02-03 Thread Eric B.
Filip Hanik - Dev Lists devli...@hanik.com wrote in message news:49876e0d.4020...@hanik.com... first and foremost, always apply ol' grandpa's logic The famous quote is if it ain't broke, don't fix it So if you are using something that is working, don't even consider switching just cause some

Re: AJP vs HTTP connectors?

2009-02-03 Thread Hassan Schroeder
On Tue, Feb 3, 2009 at 7:38 AM, Eric B. ebe...@hotmail.com wrote: Is there any documentation / howtos available for securely setting up mod_proxy_http and/or mod_proxy_ajp with tomcat? The little that I know/remember about mod_proxy_http is that if you're not careful, you can end up with

Re: AJP vs HTTP connectors?

2009-02-03 Thread Eric B.
Hassan Schroeder hassan.schroe...@gmail.com wrote in message news:4eedb92a0902030808n399c1107x90207c3edb9d9...@mail.gmail.com... On Tue, Feb 3, 2009 at 7:38 AM, Eric B. ebe...@hotmail.com wrote: Is there any documentation / howtos available for securely setting up mod_proxy_http and/or

Re: AJP vs HTTP connectors?

2009-02-03 Thread André Warnier
Hi. Maybe slightly off-topic, but having a moment of blues and lack of inspiration/motivation about working on what I should really be working on, and just in the spirit of communicating a user experience... We are using Apache and Tomcat to provide an application, both on-site and in ASP

Re: AJP vs HTTP connectors?

2009-02-03 Thread Mark Thomas
Eric B. wrote: Filip Hanik - Dev Lists devli...@hanik.com wrote in message news:49876e0d.4020...@hanik.com... first and foremost, always apply ol' grandpa's logic The famous quote is if it ain't broke, don't fix it So if you are using something that is working, don't even consider

Re: AJP vs HTTP connectors?

2009-02-03 Thread Mark Thomas
Eric B. wrote: However, all this begs the question - what is the difference between mod_jk which communicates via AJP and mod_proxy_ajp? Doesn't mod_proxy_ajp just communicate via the AJP protocol as well? In which case, isn't that tantamount to having the same issues/considerations as

Re: AJP vs HTTP connectors?

2009-02-02 Thread David Boreham
Eric B. wrote: My question, then becomes, if someone wants to use Tomcat to serve up pages behind Apache Httpd, how to configure it to use the http connector? So far, the only thing I found is to use proxy/reverse proxy which is slow and can be problematic. To date, I've always been using

Re: AJP vs HTTP connectors?

2009-02-02 Thread Gregor Schneider
hm, since I'd like to avoid to browse through the whole webinar: what are the benefits / advantages / disadvantages? actually we've been quite happy with mod_jk, that's why I'm wondering Rgds Gregor -- just because your paranoid, doesn't mean they're not after you... gpgp-fp:

RE: AJP vs HTTP connectors?

2009-02-02 Thread Caldarale, Charles R
From: Gregor Schneider [mailto:rc4...@googlemail.com] Subject: Re: AJP vs HTTP connectors? hm, since I'd like to avoid to browse through the whole webinar: what are the benefits / advantages / disadvantages? I'd like to know as well, since I watched the same webinar when it was presented

Re: AJP vs HTTP connectors?

2009-02-02 Thread Eric B.
Gregor Schneider rc4...@googlemail.com wrote in message news:a2d59f0d0902021308v6f80a37btca0380933436c...@mail.gmail.com... hm, since I'd like to avoid to browse through the whole webinar: what are the benefits / advantages / disadvantages? actually we've been quite happy with mod_jk, that's

Re: AJP vs HTTP connectors?

2009-02-02 Thread Gregor Schneider
What I do now is that mod_proxy is not all that easy to configure and offers quite some possibilities to open a leak if you don't know exactly what you're doing. Besides, I'm not aware that mod_proxy offers any loadbalancing features, but maybe I'm missing something here. And, last not least:

Re: AJP vs HTTP connectors?

2009-02-02 Thread Gregor Schneider
argl... - 4gimme my typos - I need an after-editor for this mailinglist - duuuh...! -- just because your paranoid, doesn't mean they're not after you... gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371

Re: AJP vs HTTP connectors?

2009-02-02 Thread Filip Hanik - Dev Lists
the technology. Filip Caldarale, Charles R wrote: From: Gregor Schneider [mailto:rc4...@googlemail.com] Subject: Re: AJP vs HTTP connectors? hm, since I'd like to avoid to browse through the whole webinar: what are the benefits / advantages / disadvantages? I'd like to know as well

Re: AJP vs HTTP connectors?

2009-02-02 Thread Gregor
: Re: AJP vs HTTP connectors? hm, since I'd like to avoid to browse through the whole webinar: what are the benefits / advantages / disadvantages? I'd like to know as well, since I watched the same webinar when it was presented, and don't remember anything specific about not using AJP

Re: AJP vs HTTP connectors?

2009-02-02 Thread Mark Thomas
Eric B. wrote: Gregor Schneider rc4...@googlemail.com wrote in message news:a2d59f0d0902021308v6f80a37btca0380933436c...@mail.gmail.com... hm, since I'd like to avoid to browse through the whole webinar: what are the benefits / advantages / disadvantages? actually we've been quite happy