Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0E3B4D440 for ; Fri, 15 Mar 2013 11:44:05 +0000 (UTC) Received: (qmail 4180 invoked by uid 500); 15 Mar 2013 11:44:01 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 3600 invoked by uid 500); 15 Mar 2013 11:43:58 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 3506 invoked by uid 99); 15 Mar 2013 11:43:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Mar 2013 11:43:56 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of vavra@602.cz designates 74.125.82.44 as permitted sender) Received: from [74.125.82.44] (HELO mail-wg0-f44.google.com) (74.125.82.44) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Mar 2013 11:43:50 +0000 Received: by mail-wg0-f44.google.com with SMTP id dr12so2978597wgb.35 for ; Fri, 15 Mar 2013 04:43:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding :x-gm-message-state; bh=O0B0ZQaovb9PtGO+pDDMn1eZFefeYfJy/f8pfrdRhUQ=; b=f6KCoWDcD92r75i4WhU1RiO5oA8GCk4QDSdPhWfrr6qKREqFpnQIVejg84Cy7DfFVA fdD8/O6fCn73zDfvSdfi2w11gh4oKVi40ANjp6nYZ+cqicmbWwUZnbYTQ4i1hqepzZyg fs++cGByKz+tTfQ7WGA5gcHDNvtkXynp7hg6c87CLoNG8IPf3M8GncDRagSSo/iF84Md WGIjhFY/2/6awyGxvvB/wn6N7fj3v/XDAhxJ8xb3gAThq+gG520nF3jLqCs4SohsnXdp lk663r8Co47GZMB5WXT2sk/PaexHl1gQiyNFPOSfkmqtmI9xIyOHugEwlkUdQrc+jfeQ FPrg== X-Received: by 10.180.108.3 with SMTP id hg3mr2451027wib.33.1363347810545; Fri, 15 Mar 2013 04:43:30 -0700 (PDT) Received: from [192.168.1.211] (94.112.242.230.static.b2b.upcbusiness.cz. [94.112.242.230]) by mx.google.com with ESMTPS id er3sm2322559wib.1.2013.03.15.04.43.28 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 15 Mar 2013 04:43:29 -0700 (PDT) Message-ID: <51430959.3020109@602.cz> Date: Fri, 15 Mar 2013 12:43:21 +0100 From: =?ISO-8859-2?Q?Jan_V=E1vra?= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: configuring tomcat7 with apache 2.2.22 References: <20130314165117.5344.qmail@server271.com> In-Reply-To: <20130314165117.5344.qmail@server271.com> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQnpxsu1ZR9/ihzhz7aDI2OyKZGAVDbk5Va1XrGklPjnn8y52tlmjGHFrtmlRXjm15R1gYzb X-Virus-Checked: Checked by ClamAV on apache.org Hello, I take care about an app that is a combination of Apache Server+php Drupal app and Apache Tomcat jsp app. Apache Server listens on the ports 80/443 and requests are reverse proxied to Apache Tomcat. Let's say that the tomcat app resides on/testca The apache server config will be ProxyRequests Off ProxyPass /testca ajp://127.0.0.1:9081/testca ProxyPassReverse /testca ajp://127.0.0.1:9081/testca Order Deny,Allow Deny from All Order Deny,Allow Allow from All and check if ajp module is loaded: LoadModule proxy_ajp_module modules/mod_proxy_ajp.so In the Apache Tomcat's server.xml change ajp port to 9081 On WinXP there should be no problem. I personally develop on Win 7, production is Linux. Jan. > Although not a newbie to building websites in html and php, and physical computing in C/C++, I'm having a dickens of a > time understanding the documentation of Integrating Tomcat 7 with my existing Apache 2.2.22 on WinXP (company > supplied development pc, nothing I can do about that). Can I get a bit of handholding please? > > I'm trying to evaluate a java servlet that requires tomcat. > > > Steve Spence, KK4HFJ > http://arduinotronics.blogspot.com > http://www.essnmag.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org