Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 37674 invoked from network); 11 Jan 2005 00:07:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Jan 2005 00:07:23 -0000 Received: (qmail 51323 invoked by uid 500); 11 Jan 2005 00:07:07 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 51140 invoked by uid 500); 11 Jan 2005 00:07:06 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 51125 invoked by uid 99); 11 Jan 2005 00:07:06 -0000 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.brick.net (HELO mail.brick.net) (209.74.143.13) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 10 Jan 2005 16:07:05 -0800 Received: from [10.0.1.5] ([209.74.180.154]) by mail.brick.net (8.13.1/8.13.1) with ESMTP id j0B06nKJ057921 for ; Mon, 10 Jan 2005 18:06:53 -0600 (CST) Mime-Version: 1.0 (Apple Message framework v678) In-Reply-To: <7d5aab9c05011015546ee8598e@mail.gmail.com> References: <6.1.2.0.0.20050110165118.05cd4c18@mx.1bigthink.com> <26d601c4f769$ac4c12f0$8101a8c0@ptslaptop> <7d5aab9c05011015546ee8598e@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <495C187B-D776-4507-9417-68C82A894EB0@brick.net> Content-Transfer-Encoding: 7bit From: Ben Ricker Subject: Re: Can't compile mod_jk 1.2.8 Date: Mon, 10 Jan 2005 18:06:44 -0600 To: "Tomcat Users List" X-Mailer: Apple Mail (2.678) X-Spam-Status: No, hits=0.077 X-Scanned-By: MIMEDefang 2.42 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Basically, the idea is that if you want to serve static content along with dynamic (i.e., Tomcat webapp generated) content, you can server the dynamic through mod_jk/Tomcat and server the static from Apache. Apache tends to be more efficient and finely tunable from the straight http side. Additionally, if you want to cluster Tomcat's, the JK module is essential. So, if you only serve dynamic content and do not need clustering, let Tomcat servr the http connections. If you need to have Tomcat on another server (due to DMZ security, etc), use mod_proxy to pass all requests from Apache to the http connector of Tomcat. Finally, if you have static content and/or need clustering, go with mod_jk. Ben Ricker On Jan 10, 2005, at 5:54 PM, Troy Simpson wrote: > Parsons... > > How would mod_proxy() work? > How is it used? > I have not used it. > > Thanks, > Troy > > -- > Troy Simpson > Applications Analyst/Programmer, OCPDBA, MCSE, SCSA > North Carolina State University Libraries > Campus Box 7111 | Raleigh | North Carolina > ph.919.515.3855 | fax.919.513.3330 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org