Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 95792 invoked from network); 3 Mar 2009 16:24:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Mar 2009 16:24:16 -0000 Received: (qmail 48932 invoked by uid 500); 3 Mar 2009 16:24:06 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 48918 invoked by uid 500); 3 Mar 2009 16:24:06 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 48909 invoked by uid 99); 3 Mar 2009 16:24:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 08:24:06 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of covener@gmail.com designates 74.125.92.150 as permitted sender) Received: from [74.125.92.150] (HELO qw-out-1920.google.com) (74.125.92.150) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Mar 2009 16:23:58 +0000 Received: by qw-out-1920.google.com with SMTP id 5so2068123qwf.48 for ; Tue, 03 Mar 2009 08:23:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=MsRJGrFOyTYoqPYzA2edsueqUdhVJDpxH7Z8NradkO4=; b=nB752u/Rv4qtXsqIwzsxE1HBIZr8Cx1AxWwhtCIKRZ0rXnNPXcnbH6NRB+tW+kfX6r pVtTFWzz/8Ec7uy/zzDgkWBTUGpQxWKBtdGfyZx2kXrSYRJ8B+o1HgqvBkL9R0XzFyCC CqksZ8BiDbE3OjUo9oAE48l+TENJuoDcJOZA4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=EXhJAavg28YpuKP2nwzMR7ms+pZLhhcwa/hfzM2J0HuVSq1v3YyJYWdshpkQw5hBgt kGRACYSQXq+vZGgqzlF8GAIptjjbeZfXg+w7L0Jg5VndrKbnHejK8FrY11ceBjcYwtIR 0B4we24NaTNzxb15ZMtu3hcXdyDUQ1TkPijJ0= MIME-Version: 1.0 Received: by 10.229.84.143 with SMTP id j15mr4254172qcl.49.1236097416321; Tue, 03 Mar 2009 08:23:36 -0800 (PST) In-Reply-To: <49AD5382.9040203@ice-sa.com> References: <49AD5382.9040203@ice-sa.com> Date: Tue, 3 Mar 2009 11:23:36 -0500 Message-ID: <1404e5910903030823t6366a615r95c365fc8dde2045@mail.gmail.com> From: Eric Covener To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Websphere / Apache similarities On Tue, Mar 3, 2009 at 10:57 AM, Andr=E9 Warnier wrote: > Hi. > > This is posted both to the Apache httpd and Tomcat user lists. > > I am taking on a project for which, on the customer side, the installed > HTTP-related software consists of (in the customer's words) "IBM Webspher= e > 6.1 and the corresponding IBM webserver". > > Does anyone on this list have any knowledge of these, in particular their > "compatibility/similarity" with respectively Tomcat v ? and Apache httpd = v ? > WebSphere Application Server is not related to Tomcat, except that they implement some of the same standard. IBM HTTTP Server is Apache HTTP Server-based with notable difference of SSL (runtime and module). Versions 6.x are based on 2.0.x and 7.0 is based on 2.2 > My applications make heavy usage, under Apache httpd, of mod_perl 2.x and > several Apache modules like mod_rewrite, mod_setenvif and mod_jk. > The Tomcat side is less critical, as it consists only of a couple of simp= le > servlets and servlet filters, which should I suppose not create a major > issue. mod_jk would be replaced by the websphere plugin mod_perl you'd have to provide yourself and may take a little effort to build against IHS. --=20 Eric Covener covener@gmail.com --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org