Return-Path: Delivered-To: apmail-roller-user-archive@www.apache.org Received: (qmail 84022 invoked from network); 12 Feb 2008 17:11:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Feb 2008 17:11:16 -0000 Received: (qmail 34895 invoked by uid 500); 12 Feb 2008 17:11:09 -0000 Delivered-To: apmail-roller-user-archive@roller.apache.org Received: (qmail 34876 invoked by uid 500); 12 Feb 2008 17:11:09 -0000 Mailing-List: contact user-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@roller.apache.org Delivered-To: mailing list user@roller.apache.org Received: (qmail 34867 invoked by uid 99); 12 Feb 2008 17:11:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 09:11:09 -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 snoopdave@gmail.com designates 209.85.142.184 as permitted sender) Received: from [209.85.142.184] (HELO ti-out-0910.google.com) (209.85.142.184) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Feb 2008 17:10:25 +0000 Received: by ti-out-0910.google.com with SMTP id u5so476771tia.15 for ; Tue, 12 Feb 2008 09:10:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=SIyu2UWhE2SlwbVRXM1iQQXmz2XdlWLJUWT3tBcZQTI=; b=cPFwsbYg4GyJb+yAYQNg0b53jTD4LeYmfjIz1kKL4EW/CL0pYlySOLkdjhfZPoFIi8J0DAzg6+uLX1djYShqyUkLLkbs+ZeJTxozle4IOYc1G7kSPooFL1pfro6J5TAgWAT4edV60A4e0PU5twMkbx7Hlwn5rGEOf66YGFly87o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ojC3IRkFYGSR+sySfDyl+vGDUb+sOEItSJq9Ey87971yhTF9i9C5er6sfQvNFFMt8BOaFG19Zmsq40zvDoU3eIKEHfQlWL000ePQ9CAP7SAdDjnyo5EK7vpVroU2rjiQZyNGlePw0vHadUpBdnc88Vv9JxvaLB6NPT4llKXwGhE= Received: by 10.150.212.14 with SMTP id k14mr577529ybg.18.1202836241041; Tue, 12 Feb 2008 09:10:41 -0800 (PST) Received: by 10.150.155.19 with HTTP; Tue, 12 Feb 2008 09:10:41 -0800 (PST) Message-ID: <8fb9ac720802120910r468f6896x682d6dc52b64a377@mail.gmail.com> Date: Tue, 12 Feb 2008 12:10:41 -0500 From: Dave To: user@roller.apache.org Subject: Re: Trying to start Roller without mail In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8fb9ac720802111342m10626c16sf82f2fcf47cf64f6@mail.gmail.com> <8fb9ac720802111625m22dc1d17g78369d3def2c7f56@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Feb 12, 2008 10:29 AM, Broderick, Andrew wrote: > The jars were in roller/WEB-INF/lib. Moving them to Tomcat's lib > directory cleared up the problem. Why do they have to be in Tomcat's lib > directory though, as opposed to the application's? Because Tomcat is the one creating, managing and handing out the mail connections. - Dave